From b1463ad0650c61d1fc132db7af467f238fb2ee93 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 18 Sep 2005 03:15:02 +0000 Subject: default to order git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3186 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/cal.c b/mbbsd/cal.c index 1d35ca93..3eadd6e7 100644 --- a/mbbsd/cal.c +++ b/mbbsd/cal.c @@ -141,7 +141,7 @@ osong(void) "或是 " ANSI_COLOR(1) "3)" ANSI_RESET " 離開: ", ans, sizeof(ans), DOECHO, ""); - if (ans[0] == '1') + if (ans[0] == '1' || ans[0] == '\0') break; else if (ans[0] == '2') { a_menu("點歌歌本", SONGBOOK, 0, NULL); -- cgit v1.2.3