charsets: fix compilation with -Werror=maybe-uninitialized
This commit is contained in:
@@ -808,7 +808,7 @@ gchar *
|
|||||||
mm_utf8_take_and_convert_to_charset (gchar *str,
|
mm_utf8_take_and_convert_to_charset (gchar *str,
|
||||||
MMModemCharset charset)
|
MMModemCharset charset)
|
||||||
{
|
{
|
||||||
gchar *encoded;
|
gchar *encoded = NULL;
|
||||||
|
|
||||||
if (!str)
|
if (!str)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user