From f6172d5bc668be2372fcb23d5c05e7f70f9af201 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 28 Aug 2005 04:47:37 +0000 Subject: 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 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/board.c') 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': -- cgit v1.2.3