fix another compiler warning
This commit is contained in:
parent
dd4b2e9c23
commit
56090c6fa7
@ -574,7 +574,7 @@ vips_streami_unminimise( VipsStreami *streami )
|
||||
if( (fd = vips_tracked_open( stream->filename,
|
||||
MODE_READ )) == -1 ) {
|
||||
vips_error_system( errno, vips_stream_nick( stream ),
|
||||
_( "unable to open for read" ) );
|
||||
"%s", _( "unable to open for read" ) );
|
||||
return( -1 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user