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;