mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
fix type specifier in format
This commit is contained in:
parent
c5c5ba0b32
commit
8d93570cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue