[gmime-devel] Setting User Charset Segfaults
- From: "chrissmith511 ." <chrissmith51 gmail com>
- To: gmime-devel-list gnome org
- Subject: [gmime-devel] Setting User Charset Segfaults
- Date: Fri, 27 Feb 2015 19:07:15 +0000
I'm trying to override the default charset options with g_mime_utils_header_encode_phrase by:
const char **sets[2] = { "UTF-8", "ISO5598-1" };
g_mime_set_user_charsets(sets);
Things compile fine, but as soon as g_mime_set_user_charsets() is called at runtime the program seg-faults. From what I've read, this is the correct way to call the function, but it seems this isn't so.
Relates to GMime version 2.6.19
Could anyone confirm whether this is a bug or not?
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]