mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-10 12:34:29 +00:00
Oopsie
This commit is contained in:
parent
9e1334cc09
commit
b8cb757ca4
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ bool Config::GameSettings::readFile(QTextStream& stream, QMultiMap<QString, QStr
|
||||||
if (line.isEmpty() || line.startsWith("#"))
|
if (line.isEmpty() || line.startsWith("#"))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
QRegularExpressionMatch match = keyRe.match(line);
|
QRegularExpressionMatch match = replaceRe.match(line);
|
||||||
if (match.hasMatch())
|
if (match.hasMatch())
|
||||||
{
|
{
|
||||||
QString key = match.captured(1).trimmed();
|
QString key = match.captured(1).trimmed();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue