Files
git/compat/snprintf.c
Steffen Prohaska e564daea92 Fix "MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore"
The commit message of 3a76fdaf98
explains that GCC >= 4 does not need SNPRINTF_SIZE_CORR, but
the ifdef tested for < 3, instead of < 4.  This is fixed.

Thanks to Johannes Sixt for spotting the bug.
2009-05-24 08:38:21 +02:00

1.2 KiB