diff options
| author | ruki <[email protected]> | 2017-12-10 20:20:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-10 20:20:45 +0800 |
| commit | 38403a6d851e790eb78feddf97f6c2733f59b05f (patch) | |
| tree | 4ed2287f012794722ea021329be517a85a073a5d /core/src/xmake/os | |
| parent | ff1bded2e07e9c4cf1f3865b40f8164da6287586 (diff) | |
update some autogen codes for luajit
Diffstat (limited to 'core/src/xmake/os')
| -rw-r--r-- | core/src/xmake/os/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c index c4b035c79..c9b7ba10c 100644 --- a/core/src/xmake/os/find.c +++ b/core/src/xmake/os/find.c @@ -103,7 +103,7 @@ static tb_bool_t xm_os_find_walk(tb_char_t const* path, tb_file_info_t const* in // exclude pathes tb_int_t i = 0; - tb_int_t count = lua_objlen(lua, 5); + tb_int_t count = (tb_int_t)lua_objlen(lua, 5); for (i = 0; i < count && !excluded; i++) { // get exclude |
