Skip to content

Commit 738cd38

Browse files
authored
Merge pull request #7318 from xmake-io/string
update tbox to fix tolower/toupper
2 parents 20e2dbc + 9bef175 commit 738cd38

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)