Added missing record counter when searching GoldED wrong LR pointers and forgot to write fixed LR records
This commit is contained in:
parent
8c5d4fc2f3
commit
d710da1cdd
@ -3,6 +3,10 @@ $Id$
|
||||
|
||||
v0.91.11 02-Sep-2007
|
||||
|
||||
libmsgbase:
|
||||
Added missing record counter when searching GoldED wrong LR
|
||||
pointers and forgot to write fixed LR records.
|
||||
|
||||
mbfido:
|
||||
To test, date conversion for export netmail->email.
|
||||
|
||||
|
@ -810,6 +810,8 @@ void JAM_Pack(void)
|
||||
LR.UserID = myrec;
|
||||
Syslog('m', "JAM_Pack %s recno %d LastRead UserID set to %d", BaseName, i, myrec);
|
||||
}
|
||||
myrec++;
|
||||
write(fdnJlr, &LR, sizeof(lastread));
|
||||
}
|
||||
} else {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user