girmodule: Ensure we actually use unsigned for gi_ir_module_fatal line

This commit is contained in:
Marco Trevisan (Treviño)
2024-01-16 01:47:01 +01:00
parent 13791b47f6
commit 91a3399027
3 changed files with 6 additions and 3 deletions

View File

@@ -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);