add missing push_back in VAR_LIST

This commit is contained in:
jacekpoz 2024-04-25 19:50:18 +02:00
parent bd0b1f3e97
commit e8f050ad18
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -253,6 +253,7 @@ inline void toLower(std::string &str) {
type val;\
while (ss >> val) {\
std::getline(configFile, line);\
value.push_back(val);\
}\
configFile.seekg(configFile.tellg() - line_len);\
)