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

test

parent 64063904
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -128,6 +128,10 @@ confplus::Config::ConfigData *confplus::Config::setKey(const std::string &key){
            if(!find){
                find = createdat(*root_ptr);
                find->Key=childkey;
                if(key.empty()){
                    find->Value=std::make_unique<ConfigValue>(key,pos);
                    find->haveChild=true;
                }
                ++find->Elements;
            }
            root_ptr = &find->Child;