mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Silence an uninitialize variable warning
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user