From: Andrea Zagli Date: Wed, 13 Jan 2016 21:48:29 +0000 (+0100) Subject: Default return in ZakUtils::string_to_boolean. X-Git-Tag: v0.0.1^0 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=63fb11e824ddf0be31a92b4be1b86023acbf1ef3;p=libzakutils Default return in ZakUtils::string_to_boolean. --- diff --git a/src/generic.c b/src/generic.c index 1540152..2155f3d 100644 --- a/src/generic.c +++ b/src/generic.c @@ -501,6 +501,8 @@ zak_utils_string_to_boolean (const gchar *str) return FALSE; } + bool_value = FALSE; + str_value = g_strstrip (g_strdup (str)); if (strcmp (str_value, "0") == 0