config: minor path handling fixes
This commit is contained in:
parent
4cc0e6de90
commit
42f46aeac5
2 changed files with 3 additions and 2 deletions
|
|
@ -1516,6 +1516,7 @@ void CConfigManager::loadConfigLoadVars() {
|
|||
while (std::getline(ifs, line)) {
|
||||
// Read line by line.
|
||||
try {
|
||||
configCurrentPath = mainConfigPath;
|
||||
parseLine(line);
|
||||
} catch (...) {
|
||||
Debug::log(ERR, "Error reading line from config. Line:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue