summaryrefslogtreecommitdiff
path: root/girepository/gitypelib.c
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/gitypelib.c')
-rw-r--r--girepository/gitypelib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gitypelib.c b/girepository/gitypelib.c
index 5469e8b2..ef87c0e6 100644
--- a/girepository/gitypelib.c
+++ b/girepository/gitypelib.c
@@ -314,7 +314,7 @@ validate_header_basic (const guint8 *memory,
G_TYPELIB_ERROR,
G_TYPELIB_ERROR_INVALID_HEADER,
"Typelib size %" G_GSIZE_FORMAT " does not match %" G_GSIZE_FORMAT,
- header->size, len);
+ (gsize) header->size, len);
return FALSE;
}