summaryrefslogtreecommitdiffstats
path: root/mbbsd/go.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-15 17:15:20 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-15 17:15:20 +0800
commit7cf467de869336579256b535fa605b0aa53b991c (patch)
tree4d66cef7000f24e060e4f970dfeb9842da83b290 /mbbsd/go.c
parent98f0f5e0a45c6771ce43d69a13aa9b9ecce3faf9 (diff)
downloadpttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.gz
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.bz2
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.lz
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.xz
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.zst
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.zip
gomoku and go logging update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3037 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/go.c')
-rw-r--r--mbbsd/go.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/go.c b/mbbsd/go.c
index 3e69efe4..941c2d2e 100644
--- a/mbbsd/go.c
+++ b/mbbsd/go.c
@@ -386,7 +386,7 @@ GO_log(struct GOData *gd, char *userid)
} while (++ptr < v);
- fprintf(fp, "\n\n《以下為 sgf 格式棋譜》\n\n(;GM[1]");
+ fprintf(fp, "\n\n《以下為 sgf 格式棋譜》\n<golog>\n(;GM[1]");
if (userid == NULL)
fprintf(fp, "GN[Gobot-Gobot FPG]\n");
else
@@ -423,7 +423,7 @@ GO_log(struct GOData *gd, char *userid)
i++;
} while (++ptr < v);
- fprintf(fp, ";)\n\n");
+ fprintf(fp, ";)\n<golog>\n\n");
fclose(fp);
mymail.filemode = FILE_READ;