summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-28 17:43:02 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-28 17:43:02 +0800
commit0ade3f3a45b99861d3177be9875d215f4ee1a693 (patch)
tree1594ebed7b9d756dfcb04bcefa09f9850a941c50 /mbbsd/edit.c
parentd1b7da2d318d951a53e155ae93b47ef1225fb4b2 (diff)
downloadpttbbs-0ade3f3a45b99861d3177be9875d215f4ee1a693.tar
pttbbs-0ade3f3a45b99861d3177be9875d215f4ee1a693.tar.gz
pttbbs-0ade3f3a45b99861d3177be9875d215f4ee1a693.tar.bz2
pttbbs-0ade3f3a45b99861d3177be9875d215f4ee1a693.tar.lz
pttbbs-0ade3f3a45b99861d3177be9875d215f4ee1a693.tar.xz
pttbbs-0ade3f3a45b99861d3177be9875d215f4ee1a693.tar.zst
pttbbs-0ade3f3a45b99861d3177be9875d215f4ee1a693.zip
fix message typo
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2565 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 6b85c748..368dab1d 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -210,9 +210,7 @@ static const char *table_mode[6] = {
static void
indigestion(int i)
{
- char buf[64];
- sprintf(buf, "嚴重內傷 (%d)\n", i);
- vmsg(buf);
+ vmsg("嚴重內傷 (%d)\n", i);
u_exit("EDITOR FAILED");
exit(0);
}
@@ -1380,7 +1378,7 @@ addsignature(FILE * fp, int ifuseanony)
#ifdef HAVE_ANONYMOUS
if (ifuseanony)
fprintf(fp, "\n--\n※ 發信站: " BBSNAME "(" MYHOSTNAME
- ") \n◆ From: %s\n", "暱名天使的家");
+ ") \n◆ From: %s\n", "匿名天使的家");
else {
char temp[33];