2
This commit is contained in:
John Cupitt 2009-09-09 09:37:09 +00:00
parent ad6bb5d67f
commit 1c8434e51b

View File

@ -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]);