diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-30 19:15:29 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-30 19:15:29 +0800 |
commit | 99f0f936987db84683604cb8f4b740e754222819 (patch) | |
tree | 831fef1bc998dae7dc5606a5179162287a5a0379 /mbbsd | |
parent | ab7a05f43a03d94b726d9137a50d96f6e7e02421 (diff) | |
download | pttbbs-99f0f936987db84683604cb8f4b740e754222819.tar pttbbs-99f0f936987db84683604cb8f4b740e754222819.tar.gz pttbbs-99f0f936987db84683604cb8f4b740e754222819.tar.bz2 pttbbs-99f0f936987db84683604cb8f4b740e754222819.tar.lz pttbbs-99f0f936987db84683604cb8f4b740e754222819.tar.xz pttbbs-99f0f936987db84683604cb8f4b740e754222819.tar.zst pttbbs-99f0f936987db84683604cb8f4b740e754222819.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@135 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/mail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 3fa7ae37..6a635f39 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1,4 +1,4 @@ -/* $Id: mail.c,v 1.4 2002/04/29 07:05:45 in2 Exp $ */ +/* $Id: mail.c,v 1.5 2002/04/30 11:15:29 ptt Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -268,7 +268,7 @@ int do_send(char *userid, char *title) { return -3; if(!title) - getdata(2, 0, "¥DÃD¡G", save_title, STRLEN, DOECHO); + getdata(2, 0, "¥DÃD¡G", save_title, STRLEN-20, DOECHO); curredit |= EDIT_MAIL; curredit &= ~EDIT_ITEM; } |