1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-22 17:03:03 +01:00

Fix small regression

This wasn't supposed to make it into the commit
This commit is contained in:
jfreegman 2020-11-24 23:42:25 -05:00
parent d35a38735b
commit 7b7ea0e386
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -88,7 +88,6 @@ static void cqueue_mark_read(ToxWindow *self, struct cqueue_msg *msg)
if (line->noread_flag == true) {
line->len -= 2;
line->msg_len -= 2;
line->noread_flag = false;
}