summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/base/winos.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/winos.lua b/xmake/core/base/winos.lua
index 3683a97ef..d19faf0cb 100644
--- a/xmake/core/base/winos.lua
+++ b/xmake/core/base/winos.lua
@@ -215,7 +215,7 @@ function winos.registry_query(keypath)
-- get value name
local splitinfo = keypath:split(';', {plain = true})
- local valuename = splitinfo[2] or "(Default)"
+ local valuename = splitinfo[2] or ""
keypath = splitinfo[1]
-- get rootkey, e.g. HKEY_LOCAL_MACHINE