From 1221309c62969c56fcbf5ddc06d7aa3c5d9f6cd9 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 1 Mar 2017 13:05:07 +0000 Subject: [PATCH] arg priorities were wrong in hist_entropy breaking the C API --- libvips/histogram/hist_entropy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/histogram/hist_entropy.c b/libvips/histogram/hist_entropy.c index 740dfa10..582f20a4 100644 --- a/libvips/histogram/hist_entropy.c +++ b/libvips/histogram/hist_entropy.c @@ -115,7 +115,7 @@ vips_hist_entropy_class_init( VipsHistEntropyClass *class ) VIPS_ARGUMENT_REQUIRED_INPUT, G_STRUCT_OFFSET( VipsHistEntropy, in ) ); - VIPS_ARG_DOUBLE( class, "out", 1, + VIPS_ARG_DOUBLE( class, "out", 2, _( "Output" ), _( "Output value" ), VIPS_ARGUMENT_REQUIRED_OUTPUT,