Fix fprintf format (coverity)

This commit is contained in:
Howard Chu 2015-01-13 18:11:49 +00:00
parent 9328a41f49
commit 2cf553563b

View File

@ -286,7 +286,7 @@ slapmodify( int argc, char **argv )
}
if ( rc != LDAP_SUCCESS ) {
fprintf( stderr, "%s: no such entry \"%s\" in database (lineno=%d)\n",
fprintf( stderr, "%s: no such entry \"%s\" in database (lineno=%lu)\n",
progname, ndn.bv_val, lineno );
rc = EXIT_FAILURE;
goto cleanup;