* lib: updates for mu-msg-field / mu-str updates

This commit is contained in:
djcb
2013-05-13 00:03:47 +03:00
parent 87e3c5d3f5
commit 5d069e786f
4 changed files with 135 additions and 196 deletions

View File

@ -190,7 +190,7 @@ read_line_as_list (GError **err)
} while (1);
line = g_string_free (gstr, FALSE);
lst = mu_str_esc_to_list (line, err);
lst = mu_str_esc_to_list (line);
g_free (line);