From b1228b597775b866180a5f51706f919d301e91c0 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 25 Dec 2007 12:54:53 +0000 Subject: - mbbsd: why a output("1", 1)? git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3744 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index e9f76a35..114b6fdf 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -670,8 +670,9 @@ login_query(void) #else show_file("etc/Welcome", 1, -1, NO_RELOAD); #endif - output("1", 1); - + // XXX why output("1", 1); here? + // this output has been here since rev 1... + // output("1", 1); attempts = 0; while (1) { -- cgit v1.2.3