This commit is contained in:
georgemoralis 2026-06-06 23:50:06 +03:00
parent e63f16c4cf
commit 44d20ca658

View File

@ -299,7 +299,7 @@ std::unordered_map<std::string, HostOverrideTarget> ParseHostOverridesJson(
return out;
}
for (auto it = root.begin(); it != root.end(); ++it) {
.if (!it.key().empty() && it.key().front() == '_') {
if (!it.key().empty() && it.key().front() == '_') {
continue;
}
if (!it.value().is_string()) {