Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2001-05-30 06:28:32 +00:00
parent e4653bde68
commit 5f0473d127

View file

@ -3679,7 +3679,7 @@ numericStringNormalize(
}
}
assert( newval->bv_val =< p );
assert( newval->bv_val <= p );
assert( q <= p );
/* null terminate */