mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
gitypelib: Extend warning for validation
This commit is contained in:
parent
f9a3bb7300
commit
61e5bdb7ba
@ -647,7 +647,7 @@ validate_type_blob (GITypelib *typelib,
|
|||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
G_TYPELIB_ERROR,
|
G_TYPELIB_ERROR,
|
||||||
G_TYPELIB_ERROR_INVALID_BLOB,
|
G_TYPELIB_ERROR_INVALID_BLOB,
|
||||||
"Wrong tag in simple type");
|
"Invalid non-basic tag %d in simple type", simple->flags.tag);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user