better error msg

This commit is contained in:
John Cupitt 2015-06-08 09:00:04 +01:00
parent e83a3bbfd1
commit 255c3dc7a8

View File

@ -1560,7 +1560,7 @@ vips_foreign_find_save_buffer( const char *name )
(VipsSListMap2Fn) vips_foreign_find_save_buffer_sub,
(void *) suffix, NULL )) ) {
vips_error( "VipsForeignSave",
_( "\"%s\" is not a known file format" ), name );
_( "\"%s\" is not a known buffer format" ), name );
return( NULL );
}