diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-25 20:54:53 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-25 20:54:53 +0800 |
commit | b1228b597775b866180a5f51706f919d301e91c0 (patch) | |
tree | ab5a0ae5a788eb905c3c1d6c54b32aa873bd7d5c | |
parent | 50ea759591cb9bd71084ca393f827371cc0e031f (diff) | |
download | pttbbs-b1228b597775b866180a5f51706f919d301e91c0.tar pttbbs-b1228b597775b866180a5f51706f919d301e91c0.tar.gz pttbbs-b1228b597775b866180a5f51706f919d301e91c0.tar.bz2 pttbbs-b1228b597775b866180a5f51706f919d301e91c0.tar.lz pttbbs-b1228b597775b866180a5f51706f919d301e91c0.tar.xz pttbbs-b1228b597775b866180a5f51706f919d301e91c0.tar.zst pttbbs-b1228b597775b866180a5f51706f919d301e91c0.zip |
- mbbsd: why a output("1", 1)?
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3744 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/mbbsd.c | 5 |
1 files changed, 3 insertions, 2 deletions
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) { |