From 9bef17593093356600fcf1eab8ff1b18606a9624 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 Feb 2026 00:37:46 +0800 Subject: update tbox to fix tolower/toupper --- core/src/tbox/tbox | 2 +- core/src/xmake/string/lower.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src') diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox index 766ccfcbb..ef851bcb6 160000 --- a/core/src/tbox/tbox +++ b/core/src/tbox/tbox @@ -1 +1 @@ -Subproject commit 766ccfcbbdb28ed14a4a3e8babd573fc32a4d034 +Subproject commit ef851bcb6589b6092f5bd3fca4625631237f9bdd diff --git a/core/src/xmake/string/lower.c b/core/src/xmake/string/lower.c index ef43f2385..71f8408dc 100644 --- a/core/src/xmake/string/lower.c +++ b/core/src/xmake/string/lower.c @@ -59,7 +59,7 @@ tb_int_t xm_string_lower(lua_State *lua) { // to lower tb_long_t real_size = tb_charset_utf8_tolower(buffer, size); - + // push result if (real_size >= 0) { lua_pushlstring(lua, buffer, real_size); -- cgit v1.3.1