csv load with options was broken

This commit is contained in:
John Cupitt 2012-07-18 17:11:10 +01:00
parent 17f6489c0e
commit c6a714794f

View File

@ -74,7 +74,7 @@ im_csv2vips( const char *filename, IMAGE *out )
lines = atoi( r );
}
if( vips__csv_read( filename, out,
if( vips__csv_read( name, out,
start_skip, lines, whitespace, separator ) )
return( -1 );