]> granicus.if.org Git - postgresql/commit
Fix snprintf on Win32:
authorBruce Momjian <bruce@momjian.us>
Wed, 2 Mar 2005 03:21:52 +0000 (03:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 2 Mar 2005 03:21:52 +0000 (03:21 +0000)
commit47ea7148e3c11deee92e6eda336ca483bd6a858c
tree6d29d9731c094ab743bac197c01abac7b049c820
parent9989e904903e33eadf76e75799627b10990e4107
Fix snprintf on Win32:

 *  If vsnprintf() is not before snprintf() in this file, snprintf()
 *  will call the system vsnprintf() on MinGW.
src/port/snprintf.c