summaryrefslogtreecommitdiffstats
path: root/innbbsd/inntobbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/inntobbs.c')
-rw-r--r--innbbsd/inntobbs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/innbbsd/inntobbs.c b/innbbsd/inntobbs.c
index b10c44e5..fb854867 100644
--- a/innbbsd/inntobbs.c
+++ b/innbbsd/inntobbs.c
@@ -205,7 +205,8 @@ echomaillog()
if( echomailfp != NULL ) {
fprintf(echomailfp,"\n");
fprintf(echomailfp,"發信人: %s, 信區: %s\n", FROM, GROUPS);
- fprintf(echomailfp,"標 題: %s\n", str_decode_M3(SUBJECT));
+ str_decode_M3(SUBJECT);
+ fprintf(echomailfp,"標 題: %s\n", SUBJECT);
fprintf(echomailfp,"發信站: %s (%s)\n", SITE, DATE);
fprintf(echomailfp,"轉信站: %s (%s)\n", PATH, REMOTEHOSTNAME);
fflush(echomailfp);