mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-01-04 07:53:34 +01:00
41294ec0a4
When parsing a %% format, the second % character was mistakenly not skipped over after emitting a '%' output; this resulted in it being treated as a format specifier. For instance, printf("%%d", 12); would print "%12". |
||
---|---|---|
.. | ||
tinymt32 | ||
memory.c | ||
stdio.c | ||
string.c |