fix wrapmany compat

it was not setting reorder hints, then failing on recomp

the nip2 display control bar was broken by this, for example
This commit is contained in:
John Cupitt 2017-02-20 13:32:12 +00:00
parent 6d95cfd0c5
commit abf6a250c2
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ im_wrapmany( IMAGE **in, IMAGE *out, im_wrapmany_fn fn, void *a, void *b )
if( vips_image_pio_input( in[i] ) )
return( -1 );
}
vips__demand_hint_array( out, VIPS_DEMAND_STYLE_THINSTRIP, in );
vips_image_pipeline_array( out, VIPS_DEMAND_STYLE_THINSTRIP, in );
/* Generate!
*/