summaryrefslogtreecommitdiffstats
path: root/innbbsd/innbbsd.c
diff options
context:
space:
mode:
authorbbs <bbs@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-10 15:30:12 +0800
committerbbs <bbs@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-10 15:30:12 +0800
commit9d6249db1b56e16d40bc6fad16576878816f8d2b (patch)
tree1ad7648c2732a32f5c810a4c99824aa8624398a1 /innbbsd/innbbsd.c
parent0ea43b4c2a097a6f2da7ee9c1cfa04f1d0afa227 (diff)
downloadpttbbs-9d6249db1b56e16d40bc6fad16576878816f8d2b.tar
pttbbs-9d6249db1b56e16d40bc6fad16576878816f8d2b.tar.gz
pttbbs-9d6249db1b56e16d40bc6fad16576878816f8d2b.tar.bz2
pttbbs-9d6249db1b56e16d40bc6fad16576878816f8d2b.tar.lz
pttbbs-9d6249db1b56e16d40bc6fad16576878816f8d2b.tar.xz
pttbbs-9d6249db1b56e16d40bc6fad16576878816f8d2b.tar.zst
pttbbs-9d6249db1b56e16d40bc6fad16576878816f8d2b.zip
wrong usage -_-
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@833 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/innbbsd.c')
-rw-r--r--innbbsd/innbbsd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/innbbsd/innbbsd.c b/innbbsd/innbbsd.c
index f89d95ab..f7fc0fc0 100644
--- a/innbbsd/innbbsd.c
+++ b/innbbsd/innbbsd.c
@@ -678,11 +678,11 @@ ClientType *client;
HEADER[MID_H] && HEADER[NEWSGROUPS_H] ) {
char *path1, *path2;
int rel ;
- strcpy(HEADER[SUBJECT_H], str_decode_M3(HEADER[SUBJECT_H]));
- strcpy(HEADER[FROM_H], str_decode_M3(HEADER[FROM_H]));
- strcpy(HEADER[DATE_H], str_decode_M3(HEADER[DATE_H]));
- strcpy(HEADER[MID_H], str_decode_M3(HEADER[MID_H]));
- strcpy(HEADER[NEWSGROUPS_H], str_decode_M3(HEADER[NEWSGROUPS_H]));
+ str_decode_M3(HEADER[SUBJECT_H]);
+ str_decode_M3(HEADER[FROM_H]);
+ str_decode_M3(HEADER[DATE_H]);
+ str_decode_M3(HEADER[MID_H]);
+ str_decode_M3(HEADER[NEWSGROUPS_H]);
rel = 0;
path1 = (char*)mymalloc(strlen(HEADER[PATH_H]) + 3);
path2 = (char*)mymalloc(strlen(MYBBSID) + 3);