fix type specifier in format

This commit is contained in:
Pierangelo Masarati 2006-01-09 21:27:45 +00:00
parent c5c5ba0b32
commit 8d93570cdf

View File

@ -1424,7 +1424,7 @@ print_paged_results( LDAP *ld, LDAPControl *ctrl )
if ( estimate > 0 ) {
ptr += snprintf( ptr, sizeof( buf ) - ( ptr - buf ),
"estimate=%lu", estimate );
"estimate=%d", estimate );
}
if ( pr_cookie.bv_len > 0 ) {