diff options
Diffstat (limited to 'launcher/Commandline.cpp')
| -rw-r--r-- | launcher/Commandline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Commandline.cpp b/launcher/Commandline.cpp index 2c0fde64b2..8c89cd3b2b 100644 --- a/launcher/Commandline.cpp +++ b/launcher/Commandline.cpp @@ -47,7 +47,7 @@ QStringList splitArgs(QString args) if (cchar == '\\') escape = true; else if (cchar == inquotes) - inquotes = 0; + inquotes = QChar(); else current += cchar; // otherwise |
