summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-06 23:10:27 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-06 23:10:27 +0800
commit44130518ebaf2717f7e842ad4799801ca5150566 (patch)
tree9bd33b19cfd9904aef79530991e6c3f39c8a7319 /mbbsd/bbs.c
parentb35ae20a364942ab97ff2d53226f613518fc07eb (diff)
downloadpttbbs-44130518ebaf2717f7e842ad4799801ca5150566.tar
pttbbs-44130518ebaf2717f7e842ad4799801ca5150566.tar.gz
pttbbs-44130518ebaf2717f7e842ad4799801ca5150566.tar.bz2
pttbbs-44130518ebaf2717f7e842ad4799801ca5150566.tar.lz
pttbbs-44130518ebaf2717f7e842ad4799801ca5150566.tar.xz
pttbbs-44130518ebaf2717f7e842ad4799801ca5150566.tar.zst
pttbbs-44130518ebaf2717f7e842ad4799801ca5150566.zip
- more: change 's' to 'select-board' instead of 'search'.
- board:enable 'd' to remove myfav entries. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3971 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index c8da182b..5de2d935 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -3967,8 +3967,7 @@ log_board(iconst char *mode, time4_t usetime)
int
Select(void)
{
- do_select();
- return 0;
+ return do_select();
}
#ifdef HAVEMOBILE