summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 0c722105..8072de6d 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1,4 +1,4 @@
-/* $Id: edit.c,v 1.2 2002/04/15 12:05:52 in2 Exp $ */
+/* $Id: edit.c,v 1.3 2002/04/16 15:27:40 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -1016,7 +1016,7 @@ write_file(char *fpath, int saveheader, int *islocal) {
fclose(fp);
#ifdef MDCACHE
- updatemdcache(NULL, fpath);
+ close(updatemdcache(NULL, fpath));
#endif
if(local_article && (currstat == POSTING))
return 0;