mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Missed one additional place in the last commit where timestamps
need to be predecated on the read/write status of cells.
This commit is contained in:
@@ -227,7 +227,7 @@ DBUpdateStamps(def)
|
||||
|
||||
else if (def->cd_flags & CDGETNEWSTAMP)
|
||||
{
|
||||
if (def->cd_flags & CDFIXEDSTAMP)
|
||||
if (def->cd_flags & (CDNOEDIT | CDFIXEDSTAMP))
|
||||
def->cd_flags &= ~CDGETNEWSTAMP;
|
||||
else
|
||||
dbStampFunc(def);
|
||||
|
||||
Reference in New Issue
Block a user