forked from github/server
unsigned/signed comparison
This commit is contained in:
parent
28cd26f0d9
commit
6f45c0df86
|
@ -1563,7 +1563,6 @@ void pump_paragraph(sbstring *sbp, stream *out, size_t maxlen, bool isfinal)
|
|||
++pos;
|
||||
++len;
|
||||
}
|
||||
assert(len <= SIZE_MAX);
|
||||
sbs_substr(sbp, len, SIZE_MAX);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue