diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-06-28 16:52:18 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-06-28 16:52:18 +0800 |
commit | dbe5213241c118317fd09734ef591b75b78616aa (patch) | |
tree | 206807c7a0b05b548935cdc770db919a1734e79e | |
parent | 0f24ac93c8bf57f8476d94551b0075fddeb0fb21 (diff) | |
download | pttbbs-dbe5213241c118317fd09734ef591b75b78616aa.tar pttbbs-dbe5213241c118317fd09734ef591b75b78616aa.tar.gz pttbbs-dbe5213241c118317fd09734ef591b75b78616aa.tar.bz2 pttbbs-dbe5213241c118317fd09734ef591b75b78616aa.tar.lz pttbbs-dbe5213241c118317fd09734ef591b75b78616aa.tar.xz pttbbs-dbe5213241c118317fd09734ef591b75b78616aa.tar.zst pttbbs-dbe5213241c118317fd09734ef591b75b78616aa.zip |
comment
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@986 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/kaede.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/kaede.c b/pttbbs/mbbsd/kaede.c index a3fd96ad..8b9d859e 100644 --- a/pttbbs/mbbsd/kaede.c +++ b/pttbbs/mbbsd/kaede.c @@ -1,4 +1,4 @@ -/* $Id: kaede.c,v 1.14 2003/06/07 14:19:12 kcwu Exp $ */ +/* $Id: kaede.c,v 1.15 2003/06/28 08:52:18 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 防不正常指令 + // Ptt 防不正常指令 // XXX 這樣是不夠的 { snprintf(buf, sizeof(buf), "/bin/mv %s %s", src, dst); system(buf); |