mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Fix fprintf format args
This commit is contained in:
parent
66704f67b9
commit
ac09c64f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ regtest(const char *fname, int lineno, char *pat) {
|
||||||
if ( size >= (sizeof(buf)-1) ) {
|
if ( size >= (sizeof(buf)-1) ) {
|
||||||
fprintf( stderr,
|
fprintf( stderr,
|
||||||
"%s: line %d: regular expression \"%s\" too large\n",
|
"%s: line %d: regular expression \"%s\" too large\n",
|
||||||
fname, lineno, pat, 0 );
|
fname, lineno, pat );
|
||||||
acl_usage();
|
acl_usage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue