dl5di / OpenDV

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
GNU General Public License v2.0
107 stars 63 forks source link

APRSTransmitD: Fix error printing #102

Closed mcdermj closed 8 years ago

mcdermj commented 8 years ago

fprintf() requires a format string. We're not using format strings here, so fputs() is more appropriate.