Skip to content

Commit 9bef175

Browse files
committed
update tbox to fix tolower/toupper
1 parent 529e524 commit 9bef175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/xmake/string/lower.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tb_int_t xm_string_lower(lua_State *lua) {
5959

6060
// to lower
6161
tb_long_t real_size = tb_charset_utf8_tolower(buffer, size);
62-
62+
6363
// push result
6464
if (real_size >= 0) {
6565
lua_pushlstring(lua, buffer, real_size);

0 commit comments

Comments
 (0)