mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 10:44:04 +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,
|
GIIrNodeTypeId type,
|
||||||
const char *name)
|
const char *name)
|
||||||
{
|
{
|
||||||
guint index = -1;
|
gint index = -1;
|
||||||
GList *l;
|
GList *l;
|
||||||
|
|
||||||
for (l = node->members; l; l = l->next)
|
for (l = node->members; l; l = l->next)
|
||||||
|
Reference in New Issue
Block a user