Nate Bargmann
5b9ce8c5d1
Partially revert commit 9ecd50
...
Per request from Uwe, DG2YCB, partially revert the commit to close
GitHub issue #1013 . Ref https://sourceforge.net/p/hamlib/mailman/message/59234352/
2025-09-18 10:38:40 -05:00
George Baltz N3GB
5f845e92cb
Get rid of more cppcheck fluff
...
Turn off -x option in cppcheck.sh, fix missing '\'.
This fixes all the "error" messages from cppcheck except those
due to its own inability to handle concatenated format strings.
2025-09-13 21:37:25 -04:00
Nate Bargmann
a9ecd50329
Sanitize radio model names and manufacturers
...
Reference GitHub issue #1013 .
2025-08-01 07:55:41 -05:00
Mark J. Fine
528d87c496
Apparently uint64_t is handled differently on CISC and RISC systems. CISC requires the %lu format while RISC requires %llu. Solved the cross-platform ping-pong game by using %llu and type casting rmode_t and setting_t values as (long long unsigned int).
2025-07-20 20:08:25 -04:00
Mark J. Fine
d32e5b3495
Addressed some formatting issues and made VFO_A/VFO_CURR checking more uniform across the code.
2025-07-19 12:28:07 -04:00
Mark J. Fine
50cb5b595e
Changed %llu to just %lu to quiet a warning.
2025-07-19 10:30:09 -04:00
Mark J. Fine
f934b75688
Fixed c99 booleans.
...
Fixed format in debug statements for mode and level.
2025-07-19 10:24:09 -04:00
Mark J. Fine
3722c643cc
CW modes were reversed... fixed.
...
SSB narrow filter was in error.. fixed.
2025-07-19 10:09:30 -04:00
Mark J. Fine
26daf352b3
Corrects meter level query.
2025-07-19 09:45:43 -04:00