summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--mbbsd/bbs.c4
-rw-r--r--mbbsd/board.c2
-rw-r--r--mbbsd/merge.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 1e455855..de58093e 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -375,7 +375,7 @@ cancelpost(const fileheader_t *fh, int by_BM, char *newpath)
}
if(!strncasecmp(postfile.title, str_reply, 3))
len=len+4;
- sprintf(postfile.title, "%-*.*s.%s", len, len, fh->title, currboard);
+ sprintf(postfile.title, "%-*.*s.%sO", len, len, fh->title, currboard);
if ((fout = fopen("innd/cancel.bntp", "a"))) {
fprintf(fout, "%s\t%s\t%s\t%s\t%s\n", currboard, fh->filename,
@@ -449,7 +449,7 @@ do_crosspost(const char *brd, fileheader_t *postfile, const char *fpath)
else
strcpy(fh.owner, postfile->owner);
strcpy(fh.date, postfile->date);
- sprintf(fh.title,"%-*.*s.%s", len, len, postfile->title, currboard);
+ sprintf(fh.title,"%-*.*s.%sO", len, len, postfile->title, currboard);
unlink(genbuf);
Copy((char *)fpath, genbuf);
postfile->filemode = FILE_LOCAL;
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);
diff --git a/mbbsd/merge.c b/mbbsd/merge.c
index da91ad09..f8769274 100644
--- a/mbbsd/merge.c
+++ b/mbbsd/merge.c
@@ -233,5 +233,5 @@ m_sob_brd(char *bname, char *fromdir)
sprintf(buf, "man/boards/%c/%s/.DIR", bname[0], bname);
append_record(buf, &fh, sizeof(fh));
sprintf(fromdir, "sob/boards/%s/.DIR", fbname);
- vmsg("YNפJ %s ..ݭn@Iɶ",fbname);
+ vmsg("YNפJ %s O..ݭn@Iɶ",fbname);
}