aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-utils.c')
-rw-r--r--camel/camel-mime-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index afc77fcf58..2f92d5fb86 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -1079,7 +1079,7 @@ header_decode_text (const char *in, int inlen)
} else {
if (lastc)
g_string_append_c (out, lastc);
- out = g_string_append_len (out, word, len);
+ out = append_latin1 (out, word, len);
}
}