diff options
-rw-r--r-- | mbbsd/bbs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 1dc69c18..413e1520 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2354,6 +2354,7 @@ push_bottom(int ent, fileheader_t * fhdr, char *direct) } setbottomtotal(currbid); substitute_record(direct, fhdr, sizeof(fileheader_t), ent); + touchdircache(currbid); return DIRCHANGED; } |