diff options
| author | ruki <[email protected]> | 2019-10-29 22:32:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-29 09:13:08 +0800 |
| commit | b2a507bc82fefb561c386f4910ba223abed20e1e (patch) | |
| tree | e5f67c39d41119a2f041ad16f4fcf8860699c255 /core/src | |
| parent | 8bfbf6b7fb255cda1bfd3d970c7442ed0941104c (diff) | |
improve io.file and io.filelock
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/io/socket_bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/io/socket_bind.c b/core/src/xmake/io/socket_bind.c index 9676d0600..f4c1c06b9 100644 --- a/core/src/xmake/io/socket_bind.c +++ b/core/src/xmake/io/socket_bind.c @@ -43,7 +43,7 @@ tb_int_t xm_io_socket_bind(lua_State* lua) // check socket if (!lua_isuserdata(lua, 1)) { - lua_pushboolean(lua, false); + lua_pushboolean(lua, tb_false); lua_pushliteral(lua, "invalid socket!"); return 2; } |
