This commit is contained in:
Andrew Pamment
2017-10-13 13:20:42 +10:00
parent af4cca2529
commit 20b95ed1a2
2 changed files with 4 additions and 2 deletions

View File

@@ -1953,7 +1953,9 @@ int read_new_msgs(struct user_record *user, struct msg_headers *msghs) {
}
if (i > 0 && i <= msghs->msg_count) {
return read_message(user, msghs, i - 1, 1);
res = read_message(user, msghs, i - 1, 1);
s_printf("\r\n");
return res;
}
}
}