Fixed messages linked counter

This commit is contained in:
Michiel Broek
2004-08-13 11:58:18 +00:00
parent 4f7e3b49f2
commit 43281e5f36
2 changed files with 5 additions and 1 deletions

View File

@@ -425,7 +425,7 @@ void LinkArea(char *Path, long Areanr)
rc = Msg_Link(Path, do_quiet, CFG.slow_util);
if (rc != -1) {
msg_link = rc;
msg_link += rc;
processed = TRUE;
}
}