diff options
| author | Saikari <[email protected]> | 2026-01-18 07:33:03 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-18 07:33:03 +0300 |
| commit | 60b461f7af91ca0429c8a863dbe6c8e7be2a77ed (patch) | |
| tree | a09707f9106e5136c3b316977a9e1e34b700f288 /core/src | |
| parent | 119b5258e159100e86c70e1c30432a7ab6e179ac (diff) | |
Update engine.c
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c index 412b41661..d81828f1f 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_tolower }, - { "upper", xm_string_toupper }, + { "lower", xm_string_lower }, + { "upper", xm_string_upper }, { tb_null, tb_null }, }; |
