mrehkopf / sd2snes

SD card based multi-purpose cartridge for the SNES
http://sd2snes.de
GNU General Public License v2.0
579 stars 114 forks source link

fix: string termination for character format #211

Closed mrehkopf closed 1 year ago

mrehkopf commented 1 year ago

Temp string was not zero-terminated after writing the character when using the %c format specifier, leading to extra characters being printed.