mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Silence an uninitialize variable warning
This commit is contained in:
parent
14e46ca288
commit
e7822bd303
@ -111,6 +111,7 @@ _xdg_mime_parent_list_lookup (XdgParentList *list,
|
||||
{
|
||||
key.mime = (char *)mime;
|
||||
key.parents = NULL;
|
||||
key.n_parents = 0;
|
||||
|
||||
entry = bsearch (&key, list->parents, list->n_mimes,
|
||||
sizeof (XdgMimeParents), &parent_entry_cmp);
|
||||
|
Loading…
Reference in New Issue
Block a user