Skip to content
Snippets Groups Projects

Files removed

Open Marek Štrympl requested to merge HW into main
Files
12
+ 4
1
@@ -45,7 +45,7 @@ int main(){
new_config.type = "align";
new_config.value = "left";
new_config.valid = true;
my_configs.push_back(new_config);
my_configs.push_back(new_config);
/* READING CONFIG
*****************************************************************************************/
@@ -59,6 +59,9 @@ int main(){
for (std::size_t i = 0; i < my_configs.size(); i++) {
if (config.type.compare(my_configs[i].type) == 0) {
my_configs[i].value = config.value;
} else {
// TODO MAKE NEW CONFIG
// config_t tmp_config =
}
}
}
Loading