summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-19 09:44:49 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-19 09:44:49 +0800
commit53f4ed432192a42d8e8af450aac4450a92372371 (patch)
treeb34b1411625732899a588ade92bea2936b83b4ce /mbbsd/board.c
parent928b4d39426ca37b40a3502b6bff0e7b6402b71f (diff)
downloadpttbbs-53f4ed432192a42d8e8af450aac4450a92372371.tar
pttbbs-53f4ed432192a42d8e8af450aac4450a92372371.tar.gz
pttbbs-53f4ed432192a42d8e8af450aac4450a92372371.tar.bz2
pttbbs-53f4ed432192a42d8e8af450aac4450a92372371.tar.lz
pttbbs-53f4ed432192a42d8e8af450aac4450a92372371.tar.xz
pttbbs-53f4ed432192a42d8e8af450aac4450a92372371.tar.zst
pttbbs-53f4ed432192a42d8e8af450aac4450a92372371.zip
fix bug
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@634 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 33ef661d..52fef094 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.79 2003/01/19 01:29:40 in2 Exp $ */
+/* $Id: board.c,v 1.80 2003/01/19 01:44:49 in2 Exp $ */
#include "bbs.h"
#define BRC_STRLEN 15 /* Length of board name */
#define BRC_MAXSIZE 24576
@@ -253,13 +253,8 @@ void FREE(void *ptr)
void sigfree(int sig)
{
- vmsg("SIG_FREE");
- if( !choose_board_depth ){
- vmsg("save");
+ if( !choose_board_depth )
save_brdbuf();
- }
- else
- vmsg("nosave");
}
#endif