diff options
| author | ruki <[email protected]> | 2015-12-22 22:06:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-22 22:06:12 +0800 |
| commit | ae5809d3f458ac172306761a1894a259a62ac8c2 (patch) | |
| tree | d92af27e832a16e876739e7a07030beff8c8e0e8 /core/src | |
| parent | cf5d1176c75430619a8d47beb2744c5f0418705c (diff) | |
update tbox and modify setenv
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/os/setenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c index 13fb991e2..05c5b9868 100755 --- a/core/src/xmake/os/setenv.c +++ b/core/src/xmake/os/setenv.c @@ -88,7 +88,7 @@ tb_int_t xm_os_setenv(lua_State* lua) if (!filter || tb_bloom_filter_set(filter, data)) { // append the environment - tb_environment_set(environment, data, tb_false); + tb_environment_insert(environment, data, tb_false); } } |
