From c6f6c62304145bfc6e3bd735fb73f625dbffc7c5 Mon Sep 17 00:00:00 2001 From: ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Wed, 7 Apr 2004 21:54:14 +0000 Subject: push_bottom fix git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1721 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3