diff options
| author | ruki <[email protected]> | 2015-11-25 22:07:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-11-25 22:07:25 +0800 |
| commit | 59ab74881403640bc58dd73cf6fbd56d01e1fca6 (patch) | |
| tree | c0b54a0d10d44ff926d5051c17e481464e1e6e6f /core/src | |
| parent | c8e83565addad6ca85d9a6c0386dae52409791cc (diff) | |
update tbox and fix remove relative file bug
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 a1f97fe4d..f551f3138 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, 0)) return tb_false; + if (!tb_init(tb_null, tb_null, tb_null, 0)) return tb_false; // trace tb_trace_d("init: ok"); |
