summaryrefslogtreecommitdiff
path: root/core/src/xmake/engine.c
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-01-18 07:29:36 +0300
committerSaikari <[email protected]>2026-01-18 07:29:36 +0300
commit92a5909e5b9466e8425c455383aaa242bb84e48f (patch)
treef979b542f73219a305b7ee6275e41c0c6e1e2b73 /core/src/xmake/engine.c
parente50e95c8686457bf5dbfc95508e2b756132a2c6a (diff)
try
Diffstat (limited to 'core/src/xmake/engine.c')
-rw-r--r--core/src/xmake/engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c
index d81828f1f..412b41661 100644
--- a/core/src/xmake/engine.c
+++ b/core/src/xmake/engine.c
@@ -591,8 +591,8 @@ static luaL_Reg const g_string_functions[] = {
{ "convert", xm_string_convert },
{ "endswith", xm_string_endswith },
{ "startswith", xm_string_startswith },
- { "lower", xm_string_lower },
- { "upper", xm_string_upper },
+ { "lower", xm_string_tolower },
+ { "upper", xm_string_toupper },
{ tb_null, tb_null },
};