From abf6a250c2243f4185b6d8a1342505d02e9b88eb Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 20 Feb 2017 13:32:12 +0000 Subject: [PATCH] fix wrapmany compat it was not setting reorder hints, then failing on recomp the nip2 display control bar was broken by this, for example --- libvips/deprecated/vips7compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/deprecated/vips7compat.c b/libvips/deprecated/vips7compat.c index a3b6d954..993010ef 100644 --- a/libvips/deprecated/vips7compat.c +++ b/libvips/deprecated/vips7compat.c @@ -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! */