From 3cd1fe8ef20118f9407b3dd4983f15ff0df49d87 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 11 Jul 2023 23:22:20 +0200 Subject: Fix reference to temporary --- src/PatchedClonkParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchedClonkParser.cpp') 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)) { -- cgit v1.2.3-54-g00ecf