mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 18:24:04 +02:00
Fix non-initialized variable in gio/gsettings-tool.c
This commit is contained in:
committed by
Loïc Le Page
parent
979b9af242
commit
e0ccf08284
@@ -570,8 +570,8 @@ static int
|
|||||||
gsettings_help (gboolean requested,
|
gsettings_help (gboolean requested,
|
||||||
const gchar *command)
|
const gchar *command)
|
||||||
{
|
{
|
||||||
const gchar *description;
|
const gchar *description = NULL;
|
||||||
const gchar *synopsis;
|
const gchar *synopsis = NULL;
|
||||||
GString *string;
|
GString *string;
|
||||||
|
|
||||||
string = g_string_new (NULL);
|
string = g_string_new (NULL);
|
||||||
|
Reference in New Issue
Block a user