mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
repository: Fix format string error in previous commit
Regression from df21d1f362a810f48a23b7c121bf09ce398539c7
This commit is contained in:
parent
220fbf35b8
commit
0f0b325d72
@ -1797,7 +1797,7 @@ validate_object_blob (ValidateContext *ctx,
|
||||
G_TYPELIB_ERROR,
|
||||
G_TYPELIB_ERROR_INVALID_BLOB,
|
||||
"Incorrect number of field callbacks; expected "
|
||||
G_GUINT16_FORMAT ", got " G_GUINT16_FORMAT,
|
||||
"%" G_GUINT16_FORMAT ", got %" G_GUINT16_FORMAT,
|
||||
blob->n_field_callbacks, n_field_callbacks);
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user