diff options
-rw-r--r-- | mbbsd/edit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 6544bb12..1296f23d 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1145,7 +1145,8 @@ write_file(char *fpath, int saveheader, int *islocal) if (po && sum == 3) { memcpy(&postrecord.checksum[1], checksum, sizeof(int) * 3); - postrecord.times = 0; + if(postrecord.last_bid != currbid) + postrecord.times = 0; } if (!aborted) { if (islocal) |