oop png icc profile write was broken

This commit is contained in:
John Cupitt 2013-02-27 08:51:28 +00:00
parent 25a7b760d0
commit 8dadd1a377
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ write_vips( Write *write, int compress, int interlace )
void *profile;
size_t profile_length;
if( !vips_image_get_blob( in, VIPS_META_ICC_NAME,
if( vips_image_get_blob( in, VIPS_META_ICC_NAME,
&profile, &profile_length ) )
return( -1 );