summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-28 12:47:37 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-28 12:47:37 +0800
commitf6172d5bc668be2372fcb23d5c05e7f70f9af201 (patch)
treedabbc7258fff05a4f1fd3848f152037293d59de1 /mbbsd/board.c
parent730e5cbbccac23c675e7e525b83472d85967bed7 (diff)
downloadpttbbs-f6172d5bc668be2372fcb23d5c05e7f70f9af201.tar
pttbbs-f6172d5bc668be2372fcb23d5c05e7f70f9af201.tar.gz
pttbbs-f6172d5bc668be2372fcb23d5c05e7f70f9af201.tar.bz2
pttbbs-f6172d5bc668be2372fcb23d5c05e7f70f9af201.tar.lz
pttbbs-f6172d5bc668be2372fcb23d5c05e7f70f9af201.tar.xz
pttbbs-f6172d5bc668be2372fcb23d5c05e7f70f9af201.tar.zst
pttbbs-f6172d5bc668be2372fcb23d5c05e7f70f9af201.zip
distinguish functions that need item or not, and allow the latter in empty itemlist.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3097 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 1355ad34..fc965804 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -741,7 +741,7 @@ choose_board(int newflag)
switch (ch) {
case Ctrl('W'):
- whereami(0, NULL, NULL);
+ whereami();
head = -1;
break;
case 'e':