This commit is contained in:
John Cupitt 2020-09-21 10:07:25 +01:00
parent 54144a8bc5
commit ffe574399e

View File

@ -79,7 +79,7 @@ vips_gaussblur_build( VipsObject *object )
/* vips_gaussmat() will make a 1x1 pixel mask for anything smaller than
* this.
*/
if( sigma < 0.2 ) {
if( gaussblur->sigma < 0.2 ) {
if( vips_copy( gaussblur->in, &t[1], NULL ) )
return( -1 );
}