Removed debug logmessage from jamPack
This commit is contained in:
parent
0a89b5b025
commit
d9449e5af8
@ -27,6 +27,9 @@ v0.61.2 11-Jul-2004 - 25-Jul-2004
|
|||||||
with other mailers. Russell??
|
with other mailers. Russell??
|
||||||
If you only use mbcico there will be no problems.
|
If you only use mbcico there will be no problems.
|
||||||
|
|
||||||
|
libmsgbase.a:
|
||||||
|
Removed debug logmessage from jamPack.
|
||||||
|
|
||||||
mbcico:
|
mbcico:
|
||||||
In the binkp driver, when files were found to transmit and
|
In the binkp driver, when files were found to transmit and
|
||||||
didn't exist anymore, they are not added to the list of files
|
didn't exist anymore, they are not added to the list of files
|
||||||
|
5
TODO
5
TODO
@ -1,6 +1,6 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
MBSE BBS V0.61.2 TODO list.
|
MBSE BBS V0.61.3 TODO list.
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
These are a list of things that must be implemented one way or
|
These are a list of things that must be implemented one way or
|
||||||
@ -114,6 +114,9 @@ mbfido:
|
|||||||
|
|
||||||
N: Hatch statistics are not updated.
|
N: Hatch statistics are not updated.
|
||||||
|
|
||||||
|
N: If areas command is given without -quiet, ask user if he/she really
|
||||||
|
want's to do this.
|
||||||
|
|
||||||
mbcico:
|
mbcico:
|
||||||
L: Implement binkp option ND.
|
L: Implement binkp option ND.
|
||||||
|
|
||||||
|
@ -715,7 +715,6 @@ void JAM_Pack(void)
|
|||||||
for (i = 0; i < count; i++) {
|
for (i = 0; i < count; i++) {
|
||||||
if (read(fdJlr, &LR, sizeof(lastread)) == sizeof(lastread)) {
|
if (read(fdJlr, &LR, sizeof(lastread)) == sizeof(lastread)) {
|
||||||
if (jamHdrInfo.ActiveMsgs == 0 && (LR.LastReadMsg || LR.HighReadMsg)) {
|
if (jamHdrInfo.ActiveMsgs == 0 && (LR.LastReadMsg || LR.HighReadMsg)) {
|
||||||
Syslog('-', "jamPack: reset LR pointer index %d, area %s", i, BaseName);
|
|
||||||
LR.LastReadMsg = 0;
|
LR.LastReadMsg = 0;
|
||||||
LR.HighReadMsg = 0;
|
LR.HighReadMsg = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user