This commit is contained in:
John Cupitt 2013-12-11 14:45:27 +00:00
parent 61068cd03d
commit 0a27f2b6c0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ VIPS_NAMESPACE_START
*/ */
bool init( const char *argv0 ) bool init( const char *argv0 )
{ {
return( vips_init( argv0 ) ); return( vips_init( argv0 ) == 0 );
} }
void shutdown( void ) void shutdown( void )