<div dir="ltr">Just reaching out to see who all uses the NBEMS suite of programs, specifically fldigi, flrig, and flmsg.<div><br></div><div>Over the last month I have taken up trying to learn C/C++ and decided to use Dave's suite of programs to cut my teeth on. I've "fixed" a number of things in the three above programs but they haven't been included in a release... yet.</div><div><br></div><div>Some of them are important enough I've been applying them a patches to the current Fedora builds.</div><div><br></div><div>Here's a summary log of my changes:</div><div><br></div><div>fldigi: (mostly compiler warnings and MinGW fixes)</div><div>77ac39e8 Comment out memset in fsq.cxx and other type fixes.<br>87b3c9d1 Cast to int from trx_mode (intptr_t) with LOG_ statement.<br>4b49672c Require use of system regex.<br>70ab21ae MinGW updates:<br>aff671cf Can't pass by reference as it may change (or not be valid) by the time it's executed.<br>f7dd4994 For rigCAT_update_pwrlevel, change from void to long for consistance (since type is known) and pass by reference instead of pointer since we're dealing with C++<br>fcc7996a Bring in needed files from tmp/mingw for nsis packaging.<br>470e062f Additional fixes for MinGW 64bit.<br>e00075b6 Fix warning about boundary.<br>3acdfaa1 Fix warning about boundary issue.<br></div><div><br></div><div>flrig:</div><div>7e9e2e4 FT-991A.cxx: get/set split fixes:<br>73bb797 Formatting cleanup on FT991.<br>db36b7d FT-991A mic gain values are 0 .. 100.<br>3e9735e FT-450D Mic Gain fixes<br>2a293ca cppcheck: XmlRpc<br>f84304f Remove superfluous ceil call in get_rf_gain() as the cast to int truncates it anyway.<br>7744166 Tweaks for Yaesu FT-450D and Kenwood TS-480SAT<br></div><div><br></div><div>flmsg:</div><div>c2e2b50 Add check in function arqlog for when nom is not empty bus s is.</div><div>- This one fixes a crash when pressing the "Send" button.<br>eed58aa cppcheck: fix memory leaks src/utils/status.cxx.<br>d1e479f cppcheck: fix memory leaks in src/utils/parse_xml.cxx.<br>bede427 cppcheck: fix memory leaks in src/transfer/transfer.cxx.<br>0da8b1a cppcheck: fix memory leaks in src/flmsg.cxx.<br>745da0f cppcheck: fix memory leaks in src/custom/custom.cxx.<br>f971885 cppcheck: fix memory leaks in csv.cxx.<br></div><div><br></div><div>Thanks,</div><div>Richard</div><div>KF5OIM</div></div>