mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-29 13:34:13 -04:00
b6c9ed2057
Fix a copy/paste error in decodeSymbols() where FT8 message type 0.3 was checked twice, preventing type 0.4 messages from being recognized as replies. FT8::Packing supports both 0.3 and 0.4 message types using the same reply bit location. Detected by cppcheck as a redundant condition. Signed-off-by: Robin Getz <rgetz503@gmail.com>