summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-11-03 17:05:12 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-11-03 17:05:12 +0800
commitd4ebe6b85aa9319a0d4f3a3ed05e8c2a1c3a48b2 (patch)
tree723b76f27a4fb3cf5148f597ca64bc265909a1a5
parent1ee7e076e682f7367719b8a840e47bc545bb9a74 (diff)
downloadpttbbs-d4ebe6b85aa9319a0d4f3a3ed05e8c2a1c3a48b2.tar
pttbbs-d4ebe6b85aa9319a0d4f3a3ed05e8c2a1c3a48b2.tar.gz
pttbbs-d4ebe6b85aa9319a0d4f3a3ed05e8c2a1c3a48b2.tar.bz2
pttbbs-d4ebe6b85aa9319a0d4f3a3ed05e8c2a1c3a48b2.tar.lz
pttbbs-d4ebe6b85aa9319a0d4f3a3ed05e8c2a1c3a48b2.tar.xz
pttbbs-d4ebe6b85aa9319a0d4f3a3ed05e8c2a1c3a48b2.tar.zst
pttbbs-d4ebe6b85aa9319a0d4f3a3ed05e8c2a1c3a48b2.zip
* fix compilation error on incorrect macro constant name
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5019 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/chicken.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/chicken.c b/pttbbs/mbbsd/chicken.c
index a69971c4..e5d74b06 100644
--- a/pttbbs/mbbsd/chicken.c
+++ b/pttbbs/mbbsd/chicken.c
@@ -1033,7 +1033,7 @@ chickenpk(int fd)
while (1) {
r = random();
- ch = vkey_poll(3 * SECS2MILLISECONDS) ? vkey() : I_TIMEOUT;
+ ch = vkey_poll(3 * MILLISECONDS) ? vkey() : I_TIMEOUT;
show_chicken_data(ochicken, mychicken);
time_diff(mychicken);