mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
branch-outside patch: Fix return value of function mc_config_normalize_before_save()
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
310e2a25c1
commit
1017d4f548
@ -51,7 +51,7 @@ mc_config_normalize_before_save(const gchar * value)
|
||||
{
|
||||
conv = str_crt_conv_to ("UTF-8");
|
||||
if (conv == INVALID_CONV)
|
||||
return;
|
||||
return g_strdup(value);
|
||||
|
||||
buffer = g_string_new ("");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user