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

@ -15,6 +15,10 @@ v0.61.4 11-Aug-2004
badmail area unless the area allowes it. badmail area unless the area allowes it.
Can now send (hopefully) valid uplink requests to BBBS systems. Can now send (hopefully) valid uplink requests to BBBS systems.
mbmsg:
Fixed counter in log that should show the number of linked
messages.
mbuser: mbuser:
Fixed permissions. Fixed permissions.

View File

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