oops2
2
This commit is contained in:
parent
ad6bb5d67f
commit
1c8434e51b
@ -335,7 +335,7 @@ static im_arg_desc point_args[] = {
|
||||
static int
|
||||
point_vec( im_object *argv )
|
||||
{
|
||||
VipsInterpolate *interpolate = VIPS_INTERPOLATE( argv[2] );
|
||||
VipsInterpolate *interpolate = VIPS_INTERPOLATE( argv[1] );
|
||||
double x = *((double *) argv[2]);
|
||||
double y = *((double *) argv[3]);
|
||||
int band = *((double *) argv[4]);
|
||||
|
Loading…
Reference in New Issue
Block a user