Fixed vips_rect
Fixed typo that broke function vips_rect
This commit is contained in:
parent
57ce5a3343
commit
9967ed2455
@ -338,7 +338,7 @@ vips_rect( VipsImage *in, VipsImage **out, ... )
|
|||||||
int result;
|
int result;
|
||||||
|
|
||||||
va_start( ap, out );
|
va_start( ap, out );
|
||||||
result = vips_complexv( in, out, VIPS_OPERATION_COMPLEX_POLAR, ap );
|
result = vips_complexv( in, out, VIPS_OPERATION_COMPLEX_RECT, ap );
|
||||||
va_end( ap );
|
va_end( ap );
|
||||||
|
|
||||||
return( result );
|
return( result );
|
||||||
|
Loading…
Reference in New Issue
Block a user