From 59ab74881403640bc58dd73cf6fbd56d01e1fca6 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 25 Nov 2015 22:07:25 +0800 Subject: update tbox and fix remove relative file bug --- core/src/xmake/xmake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/xmake') 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"); -- cgit v1.3.1