summaryrefslogtreecommitdiffstats
path: root/util/userlist.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-11-02 19:02:44 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-11-02 19:02:44 +0800
commit2dc136d20bd5963cc7827f1383c45d7ff62f2738 (patch)
tree583f67ea53d88718b1a7114f23bb6df6d9ffdd2f /util/userlist.c
parent87e05ea3f3ac90f87736bff8141e245bf5572595 (diff)
downloadpttbbs-2dc136d20bd5963cc7827f1383c45d7ff62f2738.tar
pttbbs-2dc136d20bd5963cc7827f1383c45d7ff62f2738.tar.gz
pttbbs-2dc136d20bd5963cc7827f1383c45d7ff62f2738.tar.bz2
pttbbs-2dc136d20bd5963cc7827f1383c45d7ff62f2738.tar.lz
pttbbs-2dc136d20bd5963cc7827f1383c45d7ff62f2738.tar.xz
pttbbs-2dc136d20bd5963cc7827f1383c45d7ff62f2738.tar.zst
pttbbs-2dc136d20bd5963cc7827f1383c45d7ff62f2738.zip
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@550 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/userlist.c')
-rw-r--r--util/userlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/userlist.c b/util/userlist.c
index c8d53389..794a3daf 100644
--- a/util/userlist.c
+++ b/util/userlist.c
@@ -33,9 +33,9 @@ int main(int argc, char **argv) {
f = &SHM->uinfo[i];
printf(
- "%4d(%d) p[%d] i[%d] u[%s] n[%s] f[%s] m[%d] d[%d] t[%ld]\n",
+ "%4d(%d) p[%d] i[%d] u[%s] n[%s] f[%s] m[%d] t[%ld]\n",
++counter, i, f->pager, f->invisible, f->userid,
- f->username, f->from, f->mode, f->mind, f->lastact);
+ f->username, f->from, f->mode, f->lastact);
}
printf("\nTotal: %d(%d)\n", counter, SHM->number);
if(counter != SHM->number) {