Loading src/conf.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ if (!find) { find = current_ptr->get(); find->Key = childkey; find->haveChild = true; } root_ptr = &find->Child; } Loading Loading @@ -343,6 +344,9 @@ void confplus::Config::setValue(confplus::Config::ConfigData *key, size_t pos, c last = last->_nextValue.get(); } last->_nextValue = std::make_unique<ConfigValue>(value, pos); last = last->_nextValue.get(); key->haveChild = false; ++key->Elements; } } Loading Loading
src/conf.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ if (!find) { find = current_ptr->get(); find->Key = childkey; find->haveChild = true; } root_ptr = &find->Child; } Loading Loading @@ -343,6 +344,9 @@ void confplus::Config::setValue(confplus::Config::ConfigData *key, size_t pos, c last = last->_nextValue.get(); } last->_nextValue = std::make_unique<ConfigValue>(value, pos); last = last->_nextValue.get(); key->haveChild = false; ++key->Elements; } } Loading