oops seq mode wrong

This commit is contained in:
John Cupitt 2013-12-05 10:35:48 +00:00
parent 2559581939
commit fd47e26164

View File

@ -822,7 +822,7 @@ vips_image_build( VipsObject *object )
if( mode[1] == 's' ) { if( mode[1] == 's' ) {
if( vips_foreign_load_options( filename, &t, if( vips_foreign_load_options( filename, &t,
"sequential", TRUE, "access", VIPS_ACCESS_SEQUENTIAL,
NULL ) ) NULL ) )
return( -1 ); return( -1 );
} }