oop, don't always set pyramid

This commit is contained in:
John Cupitt 2012-02-24 12:04:42 +00:00
parent 3888026ca2
commit 1fffc6a4de
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ im_vips2tiff( IMAGE *in, const char *filename )
if( im_isprefix( "pyramid", q ) ) if( im_isprefix( "pyramid", q ) )
pyramid = TRUE; pyramid = TRUE;
else if( im_isprefix( "flat", q ) ) else if( im_isprefix( "flat", q ) )
pyramid = TRUE; pyramid = FALSE;
else { else {
im_error( "im_vips2tiff", _( "unknown multi-res mode " im_error( "im_vips2tiff", _( "unknown multi-res mode "
"\"%s\"\nshould be one of \"flat\" or " "\"%s\"\nshould be one of \"flat\" or "