oops seq mode wrong

This commit is contained in:
John Cupitt 2013-12-05 10:35:48 +00:00
parent 2559581939
commit fd47e26164
1 changed files with 1 additions and 1 deletions

View File

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