Loading backends/regedit/regedit.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -286,8 +286,8 @@ namespace confplus { continue; } // Every confplus path segment becomes its own registry key: // /zaehler2mqtt/http/addr -> zaehler2mqtt\ -> http\ -> addr\ // Every confplus path segment becomes its own registry key. // e.g. /zaehler2mqtt/http/addr becomes three subkeys: zaehler2mqtt, http, addr std::string subKeyPath; if (currentPath.empty()) { subKeyPath = localKeyName; Loading Loading
backends/regedit/regedit.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -286,8 +286,8 @@ namespace confplus { continue; } // Every confplus path segment becomes its own registry key: // /zaehler2mqtt/http/addr -> zaehler2mqtt\ -> http\ -> addr\ // Every confplus path segment becomes its own registry key. // e.g. /zaehler2mqtt/http/addr becomes three subkeys: zaehler2mqtt, http, addr std::string subKeyPath; if (currentPath.empty()) { subKeyPath = localKeyName; Loading