diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-02 01:44:41 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-02 01:44:41 +0800 |
commit | 2da9854fc5e25207038df1245012a33710dd42b7 (patch) | |
tree | 832e73072a19f017fabea0931fdc9b5788a4de30 /mbbsd/edit.c | |
parent | 66ee743546b6f92581c145adbc3a177d8e6308a1 (diff) | |
download | pttbbs-2da9854fc5e25207038df1245012a33710dd42b7.tar pttbbs-2da9854fc5e25207038df1245012a33710dd42b7.tar.gz pttbbs-2da9854fc5e25207038df1245012a33710dd42b7.tar.bz2 pttbbs-2da9854fc5e25207038df1245012a33710dd42b7.tar.lz pttbbs-2da9854fc5e25207038df1245012a33710dd42b7.tar.xz pttbbs-2da9854fc5e25207038df1245012a33710dd42b7.tar.zst pttbbs-2da9854fc5e25207038df1245012a33710dd42b7.zip |
- finetune angel nick processing
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4061 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r-- | mbbsd/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 97121d14..7ddd615a 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1488,7 +1488,7 @@ write_header(FILE * fp, char *mytitle) // FIXME unused else { chomp(xbuf); - strlcat(xbuf, "天使", sizeof(xbuf)); + strlcat(xbuf, "小天使", sizeof(xbuf)); } if (fpx) fclose(fpx); getdata_str(3, 0, "請輸入想用的名字(輸入[r]為真名): ", |