]> git.ipfire.org Git - thirdparty/sarg.git/commit - util.c
Work around a bug in mingw's snprintf
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sat, 26 Jan 2013 19:16:07 +0000 (20:16 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sat, 26 Jan 2013 19:16:07 +0000 (20:16 +0100)
commitd5a8da9d4972921353701936eb653fb2f6edb19b
treeadd7b0223b7b17760ca480c32e98061d88ebe383
parent2f8edd60852bf0ba85573ab463fa078ccd10414c
Work around a bug in mingw's snprintf

snprintf doesn't limit the output string to the requested size (or at least
not strictly). The formatted numbers displayed in the report were wrong.
util.c