mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
girmodule: Ensure we actually use unsigned for gi_ir_module_fatal line
This commit is contained in:
@@ -1104,7 +1104,7 @@ find_entry_node (GIIrTypelibBuild *build,
|
||||
}
|
||||
|
||||
|
||||
gi_ir_module_fatal (build, -1, "type reference '%s' not found", name);
|
||||
gi_ir_module_fatal (build, 0, "type reference '%s' not found", name);
|
||||
out:
|
||||
|
||||
g_strfreev (names);
|
||||
|
Reference in New Issue
Block a user