and another one

This commit is contained in:
Andrew Pamment 2016-08-21 09:49:41 +10:00
parent 6f7cbb7b1c
commit 714abb5bec

View File

@ -53,7 +53,7 @@ static int new_messages(struct user_record *user, int conference, int area) {
free_message_headers(msghs); free_message_headers(msghs);
} }
} else { } else {
count = (jbh.ActiveMsgs - 1) - jlr.HighReadMsg; count = jbh.ActiveMsgs - jlr.HighReadMsg;
} }
} }
} }