From e783ec0de9153d622b1fe955ec22ca760fe712ec Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 18 Feb 1995 01:51:38 +0000 Subject: [PATCH] added cinst to pformat decl so we match ansi C --- src/libCom/errPrintfUNIX.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libCom/errPrintfUNIX.c b/src/libCom/errPrintfUNIX.c index cabdec142..b1fefca8a 100644 --- a/src/libCom/errPrintfUNIX.c +++ b/src/libCom/errPrintfUNIX.c @@ -49,7 +49,8 @@ * ERRMESSAGE - now a macro to call errPrintf * ERRPRINTF - print an error symbol message ***************************************************************/ -void errPrintf(long status, char *pFileName, int lineno, char *pformat, ...) +void errPrintf(long status, const char *pFileName, + int lineno, const char *pformat, ...) { va_list pvar;