mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
girnode: Assign negative value to signed integer
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user