diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-26 13:29:39 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-26 13:29:39 +0800 |
commit | 84afcc76fcf695a5346d8b3ef84f25b8d2414412 (patch) | |
tree | f20dca51e1e9ec5b07cc9e8605ff8ead164eee03 | |
parent | c3d6ba7413b1b4d2dc041b90ef3efeb8d41a777c (diff) | |
download | pttbbs-84afcc76fcf695a5346d8b3ef84f25b8d2414412.tar pttbbs-84afcc76fcf695a5346d8b3ef84f25b8d2414412.tar.gz pttbbs-84afcc76fcf695a5346d8b3ef84f25b8d2414412.tar.bz2 pttbbs-84afcc76fcf695a5346d8b3ef84f25b8d2414412.tar.lz pttbbs-84afcc76fcf695a5346d8b3ef84f25b8d2414412.tar.xz pttbbs-84afcc76fcf695a5346d8b3ef84f25b8d2414412.tar.zst pttbbs-84afcc76fcf695a5346d8b3ef84f25b8d2414412.zip |
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@904 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/bbs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c index 7129703e..80ec2767 100644 --- a/pttbbs/mbbsd/bbs.c +++ b/pttbbs/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.95 2003/05/20 01:51:01 bbs Exp $ */ +/* $Id: bbs.c,v 1.96 2003/05/26 05:29:39 in2 Exp $ */ #include "bbs.h" static int recommend(int ent, fileheader_t * fhdr, char *direct); @@ -139,7 +139,7 @@ readtitle() static void readdoent(int num, fileheader_t * ent) { - int type, uid; + int type; char *mark, *title, color, special = 0, isonline = 0; userinfo_t *uentp; if (ent->recommend > 9 || ent->recommend < 0) |