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