diff options
Diffstat (limited to 'innbbsd/bbslink.c')
-rw-r--r-- | innbbsd/bbslink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/bbslink.c b/innbbsd/bbslink.c index d0a4bb21..b7ca2f9d 100644 --- a/innbbsd/bbslink.c +++ b/innbbsd/bbslink.c @@ -1487,7 +1487,7 @@ try_read_outgoing: soverview.group = group; soverview.mtime = atol(mtime); soverview.from = from; - strcpy(subject, str_decode_M3(subject)); + str_decode_M3(subject); soverview.subject = subject; soverview.outgoingtype = outgoingtype; soverview.msgid = msgid; |