summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2015-12-15 10:29:33 +0800
committerruki <[email protected]>2015-12-15 10:29:33 +0800
commit5152870f70f4cd527c619f28493d834319b519ca (patch)
treefb2019e7cb45b9cdcc2eb447a82bc79e8e756160 /core/src
parentf4c063e409f86d663bd038e882412d369f94ac1e (diff)
update tbox
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/xmake/xmake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index f551f3138..759c286a8 100755
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.c
@@ -107,7 +107,7 @@ tb_bool_t xm_init_(tb_size_t mode, tb_hize_t build)
xm_version_check(build);
// init tbox
- if (!tb_init(tb_null, tb_null, tb_null, 0)) return tb_false;
+ if (!tb_init(tb_null, tb_null)) return tb_false;
// trace
tb_trace_d("init: ok");