diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-06-07 22:19:12 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-06-07 22:19:12 +0800 |
commit | ca72aaa5fd8d893def9110dff502263a3431b071 (patch) | |
tree | b977509683a11b5cfa7d21ac4c0684ff107b5062 | |
parent | 3fd07b1f3b350e740243febed4b8d89577e976ed (diff) | |
download | pttbbs-ca72aaa5fd8d893def9110dff502263a3431b071.tar pttbbs-ca72aaa5fd8d893def9110dff502263a3431b071.tar.gz pttbbs-ca72aaa5fd8d893def9110dff502263a3431b071.tar.bz2 pttbbs-ca72aaa5fd8d893def9110dff502263a3431b071.tar.lz pttbbs-ca72aaa5fd8d893def9110dff502263a3431b071.tar.xz pttbbs-ca72aaa5fd8d893def9110dff502263a3431b071.tar.zst pttbbs-ca72aaa5fd8d893def9110dff502263a3431b071.zip |
fix corrupted big5 comment
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@934 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/cache.c | 4 | ||||
-rw-r--r-- | pttbbs/mbbsd/kaede.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pttbbs/mbbsd/cache.c b/pttbbs/mbbsd/cache.c index a5c6c43c..fb7baca8 100644 --- a/pttbbs/mbbsd/cache.c +++ b/pttbbs/mbbsd/cache.c @@ -1,4 +1,4 @@ -/* $Id: cache.c,v 1.61 2003/05/20 01:51:01 bbs Exp $ */ +/* $Id: cache.c,v 1.62 2003/06/07 14:19:12 kcwu Exp $ */ #include "bbs.h" #ifndef __FreeBSD__ @@ -789,7 +789,7 @@ haspostperm(char *bname) /*-------------------------------------------------------*/ /* PTT cache */ /*-------------------------------------------------------*/ -/* cachefor �ʺA�ݪO� */ +/* cachefor �ʺA�ݪO */ void reload_pttcache() { diff --git a/pttbbs/mbbsd/kaede.c b/pttbbs/mbbsd/kaede.c index 0bdc3ef0..a3fd96ad 100644 --- a/pttbbs/mbbsd/kaede.c +++ b/pttbbs/mbbsd/kaede.c @@ -1,4 +1,4 @@ -/* $Id: kaede.c,v 1.13 2003/01/16 14:38:35 kcwu Exp $ */ +/* $Id: kaede.c,v 1.14 2003/06/07 14:19:12 kcwu Exp $ */ #include "bbs.h" char * @@ -65,7 +65,7 @@ Rename(char *src, char *dst) if (rename(src, dst) == 0) return 0; if (!strchr(src, ';') && !strchr(dst, ';')) - //Ptt � ������`���O + // Ptt �������`���O { snprintf(buf, sizeof(buf), "/bin/mv %s %s", src, dst); system(buf); |