summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-08 05:54:14 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-08 05:54:14 +0800
commitc6f6c62304145bfc6e3bd735fb73f625dbffc7c5 (patch)
tree036c44503e7dbe3630ec9677c65d56985df88e5f
parent1978b28e64d69265501bf7bb61a5396d5b140d8c (diff)
downloadpttbbs-c6f6c62304145bfc6e3bd735fb73f625dbffc7c5.tar
pttbbs-c6f6c62304145bfc6e3bd735fb73f625dbffc7c5.tar.gz
pttbbs-c6f6c62304145bfc6e3bd735fb73f625dbffc7c5.tar.bz2
pttbbs-c6f6c62304145bfc6e3bd735fb73f625dbffc7c5.tar.lz
pttbbs-c6f6c62304145bfc6e3bd735fb73f625dbffc7c5.tar.xz
pttbbs-c6f6c62304145bfc6e3bd735fb73f625dbffc7c5.tar.zst
pttbbs-c6f6c62304145bfc6e3bd735fb73f625dbffc7c5.zip
push_bottom fix
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1721 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/bbs.c1
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;
}