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().