Fix compilation warning: use the correct conversion specifier
Use G_GSIZE_FORMAT instead of %d
This commit is contained in:
		| @ -883,7 +883,7 @@ static gboolean real_save_png (GdkPixbuf        *pixbuf, | ||||
|                                        g_set_error (error, | ||||
|                                                     GDK_PIXBUF_ERROR, | ||||
|                                                     GDK_PIXBUF_ERROR_BAD_OPTION, | ||||
|                                                     _("Color profile has invalid length '%d'."), | ||||
|                                                     _("Color profile has invalid length '%" G_GSIZE_FORMAT "'."), | ||||
|                                                     icc_profile_size); | ||||
|                                        success = FALSE; | ||||
|                                        goto cleanup; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Javier Jardón
					Javier Jardón