mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
added const declaration E.Mergl
This commit is contained in:
parent
377cd2ea32
commit
0c67d28a08
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*
|
||||
* 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 *
|
||||
form(char *fmt, ... )
|
||||
form(const char *fmt, ... )
|
||||
{
|
||||
va_list args;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue