vips7 csv load with options was broken
it used the string including the options as the filename
This commit is contained in:
parent
4171f2673d
commit
0b80d436c8
@ -73,7 +73,7 @@ im_csv2vips( const char *filename, IMAGE *out )
|
|||||||
lines = atoi( r );
|
lines = atoi( r );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( vips_csvload( filename, &t,
|
if( vips_csvload( name, &t,
|
||||||
"skip", start_skip,
|
"skip", start_skip,
|
||||||
"lines", lines,
|
"lines", lines,
|
||||||
"whitespace", whitespace,
|
"whitespace", whitespace,
|
||||||
|
Loading…
Reference in New Issue
Block a user