diff options
author | sr55 <[email protected]> | 2016-03-12 21:04:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-03-12 21:04:45 +0000 |
commit | dcf215dccefa9128a02ec1790a967bd25a427c06 (patch) | |
tree | f7a41e936035f3f5459ff1848636b78d9d2c40aa /test | |
parent | b29eeae239a9a3ae781f5ccb751699e7d4bd4d2a (diff) |
Missed updating an hb_init call for the removal of updates.
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |