summaryrefslogtreecommitdiffstats
path: root/pttbbs/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'pttbbs/mbbsd/cal.c')
-rw-r--r--pttbbs/mbbsd/cal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/cal.c b/pttbbs/mbbsd/cal.c
index d3c00bdd..fe35bd7e 100644
--- a/pttbbs/mbbsd/cal.c
+++ b/pttbbs/mbbsd/cal.c
@@ -1,4 +1,4 @@
-/* $Id: cal.c,v 1.22 2003/01/16 13:51:27 in2 Exp $ */
+/* $Id: cal.c,v 1.23 2003/01/19 16:06:06 kcwu Exp $ */
#include "bbs.h"
/* ¨¾°ô Multi play */
@@ -182,6 +182,7 @@ osong(char *defaultid)
prints("%s", buf);
pressanykey();
fclose(fp);
+ fclose(fp1);
unlockutmpmode();
return 0;
}