LX3JL / xlxd

HAM radio multiprotocol dstar reflector server
GNU General Public License v3.0
170 stars 110 forks source link

change SetYsfCallsign() to trim callsign on null char #209

Closed narspt closed 2 years ago

narspt commented 2 years ago

Small patch to change SetYsfCallsign() to trim/stop parsing callsign when it finds null char, this was actually done before v2.5.x as callsign was copied until strlen() on constructor function. This workarounds DVSwitch YSF users being unable to TX on v2.5.x as described on this topic: https://xlxbbs.epf.lu/viewtopic.php?p=2227#p2227

LX3JL commented 2 years ago

Excellent. Would you also roll the version number to 2.5.2 (change #define VERSION_REVISION 2 in main.h ? Thanks

narspt commented 2 years ago

Done, 73.