diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-30 18:08:49 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-30 18:08:49 +0800 |
commit | 5f589c904a3be5b6eaa5abd57052b481d6a24c18 (patch) | |
tree | b58ee25144de9400bc84f164bbb1530ce44a3bee /util/reaper.c | |
parent | 19e36427e3fdfebc319fd7e0a92054ea9db85fd1 (diff) | |
download | pttbbs-5f589c904a3be5b6eaa5abd57052b481d6a24c18.tar pttbbs-5f589c904a3be5b6eaa5abd57052b481d6a24c18.tar.gz pttbbs-5f589c904a3be5b6eaa5abd57052b481d6a24c18.tar.bz2 pttbbs-5f589c904a3be5b6eaa5abd57052b481d6a24c18.tar.lz pttbbs-5f589c904a3be5b6eaa5abd57052b481d6a24c18.tar.xz pttbbs-5f589c904a3be5b6eaa5abd57052b481d6a24c18.tar.zst pttbbs-5f589c904a3be5b6eaa5abd57052b481d6a24c18.zip |
* fix numlogindays
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4799 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/reaper.c')
-rw-r--r-- | util/reaper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/reaper.c b/util/reaper.c index d89f6e56..70bd3814 100644 --- a/util/reaper.c +++ b/util/reaper.c @@ -136,7 +136,7 @@ int check_last_login(void *data, int n, userec_t *u) { { // invalid record printf("�ϥΪ� %-*s (�n�J%3d ��, %s%s, %s [%04X])\n �̫�n�J������` [%04X]: %s", - IDLEN, u->userid, u->numlogins, + IDLEN, u->userid, u->numlogindays, (u->userlevel & PERM_LOGINOK) ? "�w�L�{��" : "���L�{��", (u->userlevel & PERM_SYSOP) ? "[SYSOP]" : "", buf, |