summaryrefslogtreecommitdiffstats
path: root/mbbsd/voteboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/voteboard.c')
-rw-r--r--mbbsd/voteboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/voteboard.c b/mbbsd/voteboard.c
index 5c79fe46..53034692 100644
--- a/mbbsd/voteboard.c
+++ b/mbbsd/voteboard.c
@@ -1,4 +1,4 @@
-/* $Id: voteboard.c,v 1.2 2002/04/16 15:27:27 in2 Exp $ */
+/* $Id: voteboard.c,v 1.3 2002/04/17 09:23:26 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -190,7 +190,7 @@ void do_voteboardreply(fileheader_t *fhdr){
unlink(oldfpath);
rename(fpath, oldfpath);
#ifdef MDCACHE
- close(updatemdcache(NULL, fpath));
+ close(updatemdcache(NULL, oldfpath));
#endif
}