unsigned/signed comparison

This commit is contained in:
Enno Rehling 2018-11-27 21:31:17 +01:00
parent 2483232537
commit 6c24956da7
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}