Change 'unsigned long len' to ber_len_t in get_filter()

This commit is contained in:
Hallvard Furuseth 1999-08-02 05:29:35 +00:00
parent 2da4fca5c3
commit 8743c05359

View File

@ -15,7 +15,7 @@ static int get_substring_filter(Connection *conn, BerElement *ber, Filter *f, ch
int
get_filter( Connection *conn, BerElement *ber, Filter **filt, char **fstr )
{
unsigned long len;
ber_len_t len;
int err;
Filter *f;
char *ftmp;