diff options
| -rw-r--r-- | core/src/xmake/os/getenvs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/os/getenvs.c b/core/src/xmake/os/getenvs.c index 6418be4d2..23fdf677e 100644 --- a/core/src/xmake/os/getenvs.c +++ b/core/src/xmake/os/getenvs.c @@ -82,7 +82,7 @@ static tb_void_t xm_os_getenvs_process_line(lua_State* lua, tb_char_t const* lin // check tb_assert_and_check_return(lua && line); - tb_int_t n = tb_strlen(line); + tb_size_t n = tb_strlen(line); tb_check_return(n > 0); // find '=' separator |
