Fix fprintf format args

This commit is contained in:
Hallvard Furuseth 1999-08-29 00:26:44 +00:00
parent 66704f67b9
commit ac09c64f5c

View file

@ -64,7 +64,7 @@ regtest(const char *fname, int lineno, char *pat) {
if ( size >= (sizeof(buf)-1) ) {
fprintf( stderr,
"%s: line %d: regular expression \"%s\" too large\n",
fname, lineno, pat, 0 );
fname, lineno, pat );
acl_usage();
}