From d95e53b3bad962878d56dc4e9d7f1985579681f5 Mon Sep 17 00:00:00 2001 From: in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Wed, 3 Jul 2002 09:14:57 +0000 Subject: fix wrong word git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@409 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 35fced7e..bc7d25a5 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1,4 +1,4 @@ -/* $Id: mail.c,v 1.16 2002/07/03 09:08:14 in2 Exp $ */ +/* $Id: mail.c,v 1.17 2002/07/03 09:14:57 in2 Exp $ */ #include "bbs.h" char currmaildir[32]; static char msg_cc[] = "\033[32m[�s�զW��]\033[m\n"; @@ -1228,7 +1228,7 @@ static int mail_waterball(int ent, fileheader_t *fhdr, char *direct) strcpy(address, cuser.email); move(b_lines - 5, 0); outs("���y��z�{��:\n" - "�t�αN�|���өM���P�H�᪺���y�U�W�ۿW��\n" + "�t�αN�|���өM���P�H�᪺���y�U�ۿW��\n" "����I���ɭ� (�y�W�ɬq���~) �N��ƾ�z�n�H�e���z\n\n\n"); if(address[0]) { sprintf(genbuf, "�H�� [%s] ��(Y/N/Q)�H[Y] ", address); -- cgit v1.2.3