diff --git a/libvips/deprecated/im_csv2vips.c b/libvips/deprecated/im_csv2vips.c index 67e4fbcc..9493dd35 100644 --- a/libvips/deprecated/im_csv2vips.c +++ b/libvips/deprecated/im_csv2vips.c @@ -73,7 +73,7 @@ im_csv2vips( const char *filename, IMAGE *out ) lines = atoi( r ); } - if( vips_csvload( filename, &t, + if( vips_csvload( name, &t, "skip", start_skip, "lines", lines, "whitespace", whitespace,