xW: acknowledge a harmless possible underflow
This commit is contained in:
@@ -741,7 +741,7 @@ refresh_buffer(const Buffer &b)
|
||||
// PFM_BORDER is not implemented, at most we can try to construct
|
||||
// an OLE object the width of the screen and see how it clips
|
||||
// (this is a lot of code).
|
||||
size_t i = 0, mark_before = b.lines.size() -
|
||||
int64_t i = 0, mark_before = int64_t(b.lines.size()) -
|
||||
b.new_messages - b.new_unimportant_messages;
|
||||
for (auto line = b.lines.begin(); line != b.lines.end(); ++line) {
|
||||
if (i == mark_before)
|
||||
|
||||
Reference in New Issue
Block a user