mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fix getting subkey with trailing or duplacate backslashes
This commit is contained in:
@@ -107,6 +107,11 @@ class hive_parser
|
||||
|
||||
for (const auto& key_part : key)
|
||||
{
|
||||
if (key_part.empty())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!current_key)
|
||||
{
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user