From eed188150b0b80246b794384ca99edec21218783 Mon Sep 17 00:00:00 2001 From: Dave Behnke <916775+dbehnke@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:46:42 -0500 Subject: [PATCH] Fix typo in M17_DEBUG print --- reflector/M17Protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflector/M17Protocol.cpp b/reflector/M17Protocol.cpp index 83718f4..084a601 100644 --- a/reflector/M17Protocol.cpp +++ b/reflector/M17Protocol.cpp @@ -628,7 +628,7 @@ bool CM17Protocol::IsValidDvPacket(const CBuffer &Buffer, std::unique_ptrGetCodecInV()); + m17.GetFrameType(), Buffer[19], (int)frame->GetCodecPacket()->codec_in); // Need accessor for codec_in. CDvFramePacket has GetCodecIn() but it calls m_TCPack. // Oh, CDvFramePacket doesn't expose it directly except via cast? // CPacket has GetCodecIn() ? CPacket does NOT have GetCodecIn().