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

test

parent c2c9c8bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ void confplus::Yaml::loadConfig(const char* path, Config* conf) {
                cname = "/";
                cname += key;
            }
			std::cout << "Setting key: " << cname << " Pos: " << pos << " Value: " << value << std::endl;

            Config::ConfigData* ckey = conf->setKey(cname);

            conf->setValue(ckey, pos, value);