win32: fix warning

This commit is contained in:
Ignacio Casal Quinteiro 2016-01-15 11:53:51 -08:00
parent 967ecc80d3
commit ea7c509afd

View File

@ -849,7 +849,7 @@ _gdk_win32_display_get_selection_property (GdkDisplay *display,
GDK_NOTE (DND, {
gchar *type_name = gdk_atom_name (prop->type);
g_print (" %s format:%d length:%d\n", type_name, prop->format, prop->length);
g_print (" %s format:%d length:%"G_GSIZE_FORMAT"\n", type_name, prop->format, prop->length);
g_free (type_name);
});