Werner Koch wrote: > Marcus: Do I remember right that Ubuntu fixed it? Nope:
https://bugs.launchpad.net/ubuntu/+source/mingw32-runtime/+bug/242089 > [1] Why at all do the have a replacement snprintf? It is designed to > use the W32 standard libc and that one has a working snprintf, > albeit no support for long long. As the mingw authors wrote in the code: Microsoft does not provide implementations for the following, which are required by C99. Note in particular that the corresponding Microsoft implementations of _snprintf() and _vsnprintf() are *not* compatible with C99, but the following are; if you want the MSVCRT behaviour, you *must* use the Microsoft uglified names. Thanks, Marcus -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

