diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-02 23:07:20 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-02 23:07:20 +0800 |
commit | ab5405ba204388d7ab87be6a906e169ecd8c4804 (patch) | |
tree | 56b304ce0f2fc2529ebe33ab96524604dae68958 | |
parent | 1c8467227898b1bde20b0c0c2fee3b851d474cca (diff) | |
download | pttbbs-ab5405ba204388d7ab87be6a906e169ecd8c4804.tar pttbbs-ab5405ba204388d7ab87be6a906e169ecd8c4804.tar.gz pttbbs-ab5405ba204388d7ab87be6a906e169ecd8c4804.tar.bz2 pttbbs-ab5405ba204388d7ab87be6a906e169ecd8c4804.tar.lz pttbbs-ab5405ba204388d7ab87be6a906e169ecd8c4804.tar.xz pttbbs-ab5405ba204388d7ab87be6a906e169ecd8c4804.tar.zst pttbbs-ab5405ba204388d7ab87be6a906e169ecd8c4804.zip |
title "���u�O��" format
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@402 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/talk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 780c0244..add07deb 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.74 2002/07/02 13:01:43 in2 Exp $ */ +/* $Id: talk.c,v 1.75 2002/07/02 15:07:20 in2 Exp $ */ #include "bbs.h" #define QCAST int (*)(const void *, const void *) @@ -788,7 +788,7 @@ int t_display(void) mymail.filemode = FILE_READ | FILE_HOLD; strcpy(mymail.owner, "[³Æ.§Ñ.¿ý]"); - strcpy(mymail.title, "¼ö½u\033[37;41m°O¿ý\033[m"); + strcpy(mymail.title, "¼ö½u°O¿ý"); sethomedir(title, cuser.userid); Rename(genbuf, buf); append_record(title, &mymail, sizeof(mymail)); |