summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-26 16:30:12 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-26 16:30:12 +0800
commitf8649e26c8ced8c7ae56685adde0beacecf2ea43 (patch)
tree7e8692de07427d876d636f2dc5f6aac9473b01d1 /mbbsd/board.c
parentcbe168f4d13fab02cb28e73f5a244d7981ddd83e (diff)
downloadpttbbs-f8649e26c8ced8c7ae56685adde0beacecf2ea43.tar
pttbbs-f8649e26c8ced8c7ae56685adde0beacecf2ea43.tar.gz
pttbbs-f8649e26c8ced8c7ae56685adde0beacecf2ea43.tar.bz2
pttbbs-f8649e26c8ced8c7ae56685adde0beacecf2ea43.tar.lz
pttbbs-f8649e26c8ced8c7ae56685adde0beacecf2ea43.tar.xz
pttbbs-f8649e26c8ced8c7ae56685adde0beacecf2ea43.tar.zst
pttbbs-f8649e26c8ced8c7ae56685adde0beacecf2ea43.zip
s/版/板/
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2869 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index ec02eaac..45f4e7e8 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -341,7 +341,7 @@ load_boards(char *key)
} else { /* load boards of a subclass */
int childcount = bptr->childcount;
nbrd = (boardstat_t *) malloc((childcount+2) * sizeof(boardstat_t));
- // wdӥHKjq}ɱ
+ // wdӥHKjq}Oɱ
for (bid = bptr->firstchild[type]; bid > 0 &&
brdnum < childcount+2; bid = bptr->next[type]) {
bptr = getbcache(bid);