mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix non-initialized variable in gio/gresourcefile.c
This commit is contained in:
parent
37ca061e40
commit
f92002e9f5
@ -447,8 +447,8 @@ g_resource_file_query_info (GFile *file,
|
||||
GFileInfo *info;
|
||||
GFileAttributeMatcher *matcher;
|
||||
gboolean res;
|
||||
gsize size;
|
||||
guint32 resource_flags;
|
||||
gsize size = 0;
|
||||
guint32 resource_flags = 0;
|
||||
char **children;
|
||||
gboolean is_dir;
|
||||
char *base;
|
||||
|
Loading…
Reference in New Issue
Block a user