From 24e7cbc6a3432ae12395e5dc73bb48b84bacaa12 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 30 Mar 2022 12:19:43 +0800 Subject: Update registry_query.c --- core/src/xmake/winos/registry_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') diff --git a/core/src/xmake/winos/registry_query.c b/core/src/xmake/winos/registry_query.c index 0801547d3..7e0250ba7 100644 --- a/core/src/xmake/winos/registry_query.c +++ b/core/src/xmake/winos/registry_query.c @@ -61,7 +61,7 @@ tb_int_t xm_winos_registry_query(lua_State* lua) HKEY keynew = tb_null; tb_char_t* value = tb_null; tb_wchar_t* value_w = tb_null; - tb_size_t value_n = (tb_size_t)-1; + tb_size_t value_n = (tb_size_t)-1; do { // get registry rootkey -- cgit v1.3.1