diff options
| author | ruki <[email protected]> | 2015-12-15 10:29:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-15 10:29:33 +0800 |
| commit | 5152870f70f4cd527c619f28493d834319b519ca (patch) | |
| tree | fb2019e7cb45b9cdcc2eb447a82bc79e8e756160 /core/src | |
| parent | f4c063e409f86d663bd038e882412d369f94ac1e (diff) | |
update tbox
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/xmake.c | 2 |
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"); |
