diff options
| author | ruki <[email protected]> | 2022-03-30 12:19:43 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-30 12:19:43 +0800 |
| commit | 24e7cbc6a3432ae12395e5dc73bb48b84bacaa12 (patch) | |
| tree | 089da3ab4c32cbea28e14eacdd83df0480d07602 /core/src | |
| parent | b815b1b699e53f5475477e80d082bc6d1e7486d8 (diff) | |
Update registry_query.c
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/winos/registry_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
