This commit is contained in:
John Cupitt 2013-09-17 14:58:53 +01:00
parent e3fa14f61b
commit 1ef0eb6dc2
1 changed files with 1 additions and 1 deletions

View File

@ -1403,7 +1403,7 @@ tiff2vips_strip_read_interleaved( ReadTiff *rtiff, int y, tdata_t buf )
return( -1 );
p = (VipsPel *) rtiff->plane_buf;
q = (VipsPel *) buf;
q = i * bytes_per_sample + (VipsPel *) buf;
for( j = 0; j < pels_per_strip; j++ ) {
for( k = 0; k < bytes_per_sample; k++ )
q[k] = p[k];