We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0542b1e commite3ebe25Copy full SHA for e3ebe25
src/port/snprintf.c
@@ -83,7 +83,7 @@ typedef unsigned long ulong_long;
83
* causing nast effects.
84
**************************************************************/
85
86
-/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.5 2005/02/2203:56:22 momjian Exp $";*/
+/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.6 2005/02/2204:57:24 momjian Exp $";*/
87
staticchar*end;
88
staticintSnprfOverflow;
89
@@ -469,6 +469,7 @@ dopr(char *buffer, const char *format, va_list args)
469
dopr_outch(ch);
470
nochar:
471
/* nothing */
472
+;/* semicolon required because a goto has to be attached to a statement */
473
}
474
*output='\0';
475