From dcf215dccefa9128a02ec1790a967bd25a427c06 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 12 Mar 2016 21:04:45 +0000 Subject: [PATCH] Missed updating an hb_init call for the removal of updates. --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.c b/test/test.c index 92e6d834f..dc1fd5346 100644 --- a/test/test.c +++ b/test/test.c @@ -424,7 +424,7 @@ int main( int argc, char ** argv ) hb_presets_builtin_update(); /* Init libhb */ - h = hb_init(4, 0); // Show all logging until debug level is parsed + h = hb_init(4); // Show all logging until debug level is parsed // Get utf8 command line if windows get_argv_utf8(&argc, &argv); -- 2.40.0