mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
girnode: Assign negative value to signed integer
This commit is contained in:
parent
8891429a5b
commit
e5353ef0c1
@ -1196,7 +1196,7 @@ get_index_of_member_type (GIIrNodeInterface *node,
|
||||
GIIrNodeTypeId type,
|
||||
const char *name)
|
||||
{
|
||||
guint index = -1;
|
||||
gint index = -1;
|
||||
GList *l;
|
||||
|
||||
for (l = node->members; l; l = l->next)
|
||||
|
Loading…
Reference in New Issue
Block a user