diff options
-rw-r--r-- | util/boardlist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/boardlist.c b/util/boardlist.c index b28b2b03..be1c8111 100644 --- a/util/boardlist.c +++ b/util/boardlist.c @@ -1,4 +1,4 @@ -/* $Id: boardlist.c,v 1.1 2003/07/11 09:02:40 in2 Exp $ */ +/* $Id: boardlist.c,v 1.2 2003/07/11 09:03:42 in2 Exp $ */ #include "bbs.h" static void @@ -45,7 +45,6 @@ char *skipEscape(char *s) void dumpclass(int bid) { boardheader_t *bptr; - int r, w; bptr = &bcache[bid]; if (bptr->firstchild[0] == NULL || bptr->childcount <= 0) load_uidofgid(bid + 1, 0); /* 因為這邊 bid從 0開始, 所以再 +1 回來 */ |