fix currentSection parsing
This commit is contained in:
parent
b8512cd486
commit
5e0eb7efe3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ inline std::string checkAndRemove(const std::string &str, const std::string &pre
|
|||
\
|
||||
if (line.starts_with('[') && line.ends_with(']')) {\
|
||||
currentSection = line.substr(1, line.length() - 2);\
|
||||
toLower(currentSection);\
|
||||
currentSection[0] = std::tolower(currentSection[0]);\
|
||||
continue;\
|
||||
}\
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue