diff --git a/examples/annotate-animated.c b/examples/annotate-animated.c index 27a952cf..25bbd063 100644 --- a/examples/annotate-animated.c +++ b/examples/annotate-animated.c @@ -73,7 +73,7 @@ main( int argc, char **argv ) VipsObject *context; VipsImage *x; - if( VIPS_INIT( "" ) ) + if( VIPS_INIT( argv[0] ) ) vips_error_exit( NULL ); if( argc != 3 )