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:
R. Timothy Edwards 2025-11-29 15:01:21 -05:00
parent ff718c3ecf
commit 7f1217596e
1 changed files with 1 additions and 1 deletions

View File

@ -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);