better error msg
This commit is contained in:
parent
e83a3bbfd1
commit
255c3dc7a8
@ -1560,7 +1560,7 @@ vips_foreign_find_save_buffer( const char *name )
|
|||||||
(VipsSListMap2Fn) vips_foreign_find_save_buffer_sub,
|
(VipsSListMap2Fn) vips_foreign_find_save_buffer_sub,
|
||||||
(void *) suffix, NULL )) ) {
|
(void *) suffix, NULL )) ) {
|
||||||
vips_error( "VipsForeignSave",
|
vips_error( "VipsForeignSave",
|
||||||
_( "\"%s\" is not a known file format" ), name );
|
_( "\"%s\" is not a known buffer format" ), name );
|
||||||
|
|
||||||
return( NULL );
|
return( NULL );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user