]> granicus.if.org Git - handbrake/commitdiff
Missed updating an hb_init call for the removal of updates.
authorsr55 <sr55.hb@outlook.com>
Sat, 12 Mar 2016 21:04:45 +0000 (21:04 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 12 Mar 2016 21:04:45 +0000 (21:04 +0000)
test/test.c

index 92e6d834fc0b26194b0b4e443ef5bc15222560f7..dc1fd53461f28b75494a5ae5a4e59d12f9962ad6 100644 (file)
@@ -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);