Commit b23d8d97 authored by jan.koester's avatar jan.koester
Browse files

fixes

parent 63235799
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ if (!find) {

                find = current_ptr->get();
                find->Key = childkey;
                find->haveChild = true;
            }
            root_ptr = &find->Child;
        }
@@ -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;
    }
}