Fixed messages linked counter
This commit is contained in:
parent
4f7e3b49f2
commit
43281e5f36
@ -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.
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user