From: Kurt Zeilenga Date: Mon, 7 Jan 2002 21:48:17 +0000 (+0000) Subject: Remove lint. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~239 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7db15e9d129381b074cc8a3137b8a867e96cfca0;p=openldap Remove lint. --- diff --git a/libraries/liblber/decode.c b/libraries/liblber/decode.c index 7cfa5fbb95..ff1f6edadd 100644 --- a/libraries/liblber/decode.c +++ b/libraries/liblber/decode.c @@ -422,7 +422,7 @@ ber_get_stringbv( BerElement *ber, struct berval *bv, int alloc ) return LBER_DEFAULT; } - if ( ber_pvt_ber_remaining( ber ) < bv->bv_len ) { + if ( (ber_len_t) ber_pvt_ber_remaining( ber ) < bv->bv_len ) { return LBER_DEFAULT; }