mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
gitypelib: Extend warning for validation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user