vasnprintf: Fix multiple test failures on mingw.
[pspp] / ChangeLog
index b8435cd3de1429af6c2cbd5724cc8379b7f31450..de6afa42814e0ac688b1f87f2104c1eec0c4b09e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-10  Bruno Haible  <bruno@clisp.org>
+
+       vasnprintf: Fix multiple test failures on mingw.
+       * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
+       _snprintf, or snwprintf, not _snwprintf.
+
 2010-04-10  Bruno Haible  <bruno@clisp.org>
 
        write: Fix a C++ test error on mingw.