mscan: decode more From: to allow enough UTF-8 glyphs

pull/1/merge
Christian Neukirchen 8 years ago
parent c6d4c79771
commit c618ba7556

@ -162,7 +162,7 @@ oneline(char *file)
}
}
char fromdec[17];
char fromdec[64];
blaze822_decode_rfc2047(fromdec, from, sizeof fromdec - 1, "UTF-8");
fromdec[sizeof fromdec - 1] = 0;

Loading…
Cancel
Save