fix a copy-paste error
This commit is contained in:
parent
97997d1990
commit
189c5f4762
@ -290,7 +290,7 @@ vips_thumbnail_open( VipsThumbnail *thumbnail )
|
|||||||
thumbnail->input_width,
|
thumbnail->input_width,
|
||||||
thumbnail->input_height ) );
|
thumbnail->input_height ) );
|
||||||
|
|
||||||
g_info( "loading webp with factor %d pre-shrink", shrink );
|
g_info( "loading webp with factor %g pre-shrink", shrink );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( !(im = class->open( thumbnail, shrink, scale )) )
|
if( !(im = class->open( thumbnail, shrink, scale )) )
|
||||||
|
Loading…
Reference in New Issue
Block a user