From 12dac5d34534f1cf3f507ccde8b8a8f495ece4e4 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 7 May 2003 23:45:31 +0000 Subject: rfc2047 again git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@827 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/receive_article.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'innbbsd/receive_article.c') diff --git a/innbbsd/receive_article.c b/innbbsd/receive_article.c index 6b1e59c7..29790a96 100644 --- a/innbbsd/receive_article.c +++ b/innbbsd/receive_article.c @@ -545,7 +545,6 @@ receive_control() *firstpath = '\0'; if (isdir(boardhome)) { - strcpy(SUBJECT, str_decode_M3(SUBJECT)); fname = (char *) post_article(boardhome, FROM, "control", bbspost_write_control, NULL, firstpath); if (fname != NULL) { @@ -680,7 +679,6 @@ cancel_article_front(msgid) *body = '\n'; } if (*subject){ - strcpy(subject, str_decode_M3(subject)); SUBJECT = subject; } fname = (char *) post_article(boardhome, FROM, "deleted", bbspost_write_cancel, filename, firstpath); -- cgit v1.2.3