mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 13:33:49 -04:00
fff440527a
Replace signed %d format specifiers with unsigned %u when formatting sample rates and channel numbers. The previous format strings passed unsigned int values to %d conversions, which triggered cppcheck invalidPrintfArgType_sint warnings and could result in undefined behavior due to variadic argument type mismatches. Signed-off-by: Robin Getz <rgetz503@gmail.com>