Fix ITS#2246, fix in rev 1.73 was in the wrong place

This commit is contained in:
Howard Chu 2002-12-20 00:33:10 +00:00
parent 4e4818771c
commit 8b3b044dac

View file

@ -536,9 +536,9 @@ ber_get_next(
}
ber->ber_tag = tag;
ber->ber_ptr = (char *)p;
}
if (i == 1) continue;
if (i == 1) continue;
}
/* Now look for the length */
if (*ber->ber_ptr & 0x80) { /* multi-byte */