summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-04 23:48:12 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-04 23:48:12 +0800
commit8cb898e20faf06744a3eb295531cf5836f366797 (patch)
treea185cebc046429580a53c58747da070df76a1570 /mbbsd/board.c
parent7acf58d8b196c3930434a0111d0ede1ccd178223 (diff)
downloadpttbbs-8cb898e20faf06744a3eb295531cf5836f366797.tar
pttbbs-8cb898e20faf06744a3eb295531cf5836f366797.tar.gz
pttbbs-8cb898e20faf06744a3eb295531cf5836f366797.tar.bz2
pttbbs-8cb898e20faf06744a3eb295531cf5836f366797.tar.lz
pttbbs-8cb898e20faf06744a3eb295531cf5836f366797.tar.xz
pttbbs-8cb898e20faf06744a3eb295531cf5836f366797.tar.zst
pttbbs-8cb898e20faf06744a3eb295531cf5836f366797.zip
Seperate cleanup() into two, cleanup() and clean_invisible().
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1465 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 78c6c5e2..2e7137a5 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1202,7 +1202,7 @@ choose_board(int newflag)
break;
switch(c){
case '1':
- cleanup();
+ fav_clean_invisible();
break;
case '2':
fav_save();