From 0b80d436c89aa943eb025cbb12cf6e1590ce2b67 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 17 Jul 2012 10:22:01 +0100 Subject: [PATCH] vips7 csv load with options was broken it used the string including the options as the filename --- libvips/deprecated/im_csv2vips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,