mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-29 02:50:04 +01: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_TYPELIB_ERROR,
|
||||
G_TYPELIB_ERROR_INVALID_BLOB,
|
||||
"Wrong tag in simple type");
|
||||
"Invalid non-basic tag %d in simple type", simple->flags.tag);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user