mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
fix type specifier in format
This commit is contained in:
parent
c5c5ba0b32
commit
8d93570cdf
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user