oops >/>= mixup

This commit is contained in:
John Cupitt 2015-06-09 16:18:10 +01:00
parent 33788f7336
commit 119a2e1d61
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ vips_gsf_has_zip64( void )
{
return( libgsf_major_version > 1 ||
libgsf_minor_version > 14 ||
libgsf_micro_version > 31 );
libgsf_micro_version >= 31 );
}
typedef struct _VipsForeignSaveDz VipsForeignSaveDz;