fix another compiler warning

This commit is contained in:
John Cupitt 2019-12-08 14:16:52 +00:00
parent dd4b2e9c23
commit 56090c6fa7

View File

@ -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 );
}