diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBCore.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBCore.m b/macosx/HBCore.m index 15116ac56..305774d44 100644 --- a/macosx/HBCore.m +++ b/macosx/HBCore.m @@ -103,7 +103,7 @@ static void hb_error_handler(const char *errmsg) _hb_state = malloc(sizeof(struct hb_state_s)); _logLevel = level; - _hb_handle = hb_init(level, 0); + _hb_handle = hb_init(level); if (!_hb_handle) { return nil; |