summaryrefslogtreecommitdiffstats
path: root/innbbsd/receive_article.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/receive_article.c')
-rw-r--r--innbbsd/receive_article.c2
1 files changed, 0 insertions, 2 deletions
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);