From: Pierangelo Masarati Date: Mon, 9 Jan 2006 21:27:45 +0000 (+0000) Subject: fix type specifier in format X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~371 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d93570cdf88097b391841373b042296619340fc;p=openldap fix type specifier in format --- diff --git a/clients/tools/common.c b/clients/tools/common.c index ba5b546b71..86bd7efda5 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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 ) {