1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

added const declaration E.Mergl

This commit is contained in:
Edmund Mergl 1997-05-17 16:23:06 +00:00
parent 377cd2ea32
commit 0c67d28a08

View File

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.1.1.1 1996/07/09 06:22:07 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.2 1997/05/17 16:23:06 mergl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -26,7 +26,7 @@ static char FormBuf[FormMaxSize];
* ---------------- * ----------------
*/ */
char * char *
form(char *fmt, ... ) form(const char *fmt, ... )
{ {
va_list args; va_list args;