Revision 41 src/prefs.c
| prefs.c (revision 41) | ||
|---|---|---|
| 70 | 70 |
gchar *conv_str; |
| 71 | 71 |
|
| 72 | 72 |
conv_str = conv_codeset_strdup |
| 73 |
(buf, encoding, |
|
| 74 |
conv_get_internal_charset_str()); |
|
| 73 |
(buf, encoding, CS_INTERNAL); |
|
| 75 | 74 |
if (!conv_str) |
| 76 | 75 |
conv_str = g_strdup(buf); |
| 77 | 76 |
val = strncmp |
| ... | ... | |
| 95 | 94 |
gchar *conv_str; |
| 96 | 95 |
|
| 97 | 96 |
conv_str = conv_codeset_strdup |
| 98 |
(buf, encoding, |
|
| 99 |
conv_get_internal_charset_str()); |
|
| 97 |
(buf, encoding, CS_INTERNAL); |
|
| 100 | 98 |
if (!conv_str) |
| 101 | 99 |
conv_str = g_strdup(buf); |
| 102 | 100 |
prefs_config_parse_one_line(param, conv_str); |
Also available in: Unified diff