diff options
author | sr55 <[email protected]> | 2016-03-12 20:18:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-03-12 20:18:01 +0000 |
commit | b29eeae239a9a3ae781f5ccb751699e7d4bd4d2a (patch) | |
tree | d31f946b700e7606b44dd1497da5c7d0e48e8a57 /macosx | |
parent | 079f2cd0381900e268201b74042300dff1e6bc81 (diff) |
Remove the CLI / LibHB Update Checker. It's been broken since we switched to HTTPS and it's terrible code.
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; |