mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -04:00
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>