summaryrefslogtreecommitdiffstats
path: root/util/xchatd.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-29 23:53:49 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-29 23:53:49 +0800
commit9d9efb47decf91be83230ff1f2318d6f2d981265 (patch)
tree8e054b1b87412d3338a6b121f4877883ec6f6ef2 /util/xchatd.c
parent6b2f2f3e275322f0cfeccf57d35350edae0de6a0 (diff)
downloadpttbbs-9d9efb47decf91be83230ff1f2318d6f2d981265.tar
pttbbs-9d9efb47decf91be83230ff1f2318d6f2d981265.tar.gz
pttbbs-9d9efb47decf91be83230ff1f2318d6f2d981265.tar.bz2
pttbbs-9d9efb47decf91be83230ff1f2318d6f2d981265.tar.lz
pttbbs-9d9efb47decf91be83230ff1f2318d6f2d981265.tar.xz
pttbbs-9d9efb47decf91be83230ff1f2318d6f2d981265.tar.zst
pttbbs-9d9efb47decf91be83230ff1f2318d6f2d981265.zip
* (pwcu branch) code refine
* also changed numlogin formula to 'only increase max to one per each day', which allow us to update the value in login state instead of logout stage git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4792 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/xchatd.c')
-rw-r--r--util/xchatd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xchatd.c b/util/xchatd.c
index e0c82201..912d0d7a 100644
--- a/util/xchatd.c
+++ b/util/xchatd.c
@@ -151,7 +151,7 @@ static char msg_not_here[] = "◆ [%s] 不在這間聊天室";
#define FUZZY_USER ((ChatUser *) -1)
-
+#undef cuser
typedef struct userec_t ACCT;
/* ----------------------------------------------------- */