* Add a warning in case the length of the string isn't the length of
[claws.git] / src / prefs_gtk.c
index a4a14e2cb49ba73329a5c711afaee18ca7607c8f..897c9cf1bd99c2b3b2f4ce1ac444893347ed3568 100644 (file)
@@ -222,7 +222,7 @@ static void prefs_config_parse_one_line(PrefParam *param, const gchar *buf)
                                gchar *tmp;
                                gsize len;
 
-                               tmp = g_base64_decode_zero(&value[1], &len);
+                               tmp = g_base64_decode(&value[1], &len);
                                passcrypt_decrypt(tmp, len);
 
                                *((gchar **)param[i].data) =