summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2023-07-11 23:22:20 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2023-07-11 23:22:20 +0200
commit3cd1fe8ef20118f9407b3dd4983f15ff0df49d87 (patch)
treefd27bcdc40f70a8405bbd2d7369f48e1022cada6
parent90ae7d9b7244b3d9a14f03a96e919859580f5a90 (diff)
downloadmanager-3cd1fe8ef20118f9407b3dd4983f15ff0df49d87.tar.gz
manager-3cd1fe8ef20118f9407b3dd4983f15ff0df49d87.zip
Fix reference to temporary
-rw-r--r--src/PatchedClonkParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchedClonkParser.cpp b/src/PatchedClonkParser.cpp
index 7eea65d..4427ef3 100644
--- a/src/PatchedClonkParser.cpp
+++ b/src/PatchedClonkParser.cpp
@@ -185,7 +185,7 @@ void PatchedClonkParser::parseMessage(const QString &line)
return;
}
- for(const QString& text : {"Spiel konnte nicht registriert werden: ", "Could not register game: ", "FATALER FEHLER: Liga konnte nicht initialisiert werden: ", "FATAL ERROR: Could not initialize league: "})
+ for(const QString text : {"Spiel konnte nicht registriert werden: ", "Could not register game: ", "FATALER FEHLER: Liga konnte nicht initialisiert werden: ", "FATAL ERROR: Could not initialize league: "})
{
if(what.startsWith(text))
{