diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-19 09:44:49 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-19 09:44:49 +0800 |
commit | 079f4d118782dad0ca8ff21e99ee53f423568944 (patch) | |
tree | e7fd1a1d7f2245aefee95c8d629c505d05b10d9f | |
parent | dce979528f9e301eed0157bec2862310a7fea58b (diff) | |
download | pttbbs-079f4d118782dad0ca8ff21e99ee53f423568944.tar pttbbs-079f4d118782dad0ca8ff21e99ee53f423568944.tar.gz pttbbs-079f4d118782dad0ca8ff21e99ee53f423568944.tar.bz2 pttbbs-079f4d118782dad0ca8ff21e99ee53f423568944.tar.lz pttbbs-079f4d118782dad0ca8ff21e99ee53f423568944.tar.xz pttbbs-079f4d118782dad0ca8ff21e99ee53f423568944.tar.zst pttbbs-079f4d118782dad0ca8ff21e99ee53f423568944.zip |
fix bug
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@634 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/board.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c index 33ef661d..52fef094 100644 --- a/pttbbs/mbbsd/board.c +++ b/pttbbs/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 |