diff --git a/src/Gui/Splashscreen.cpp b/src/Gui/Splashscreen.cpp index 850f02b87..8bd18ae80 100644 --- a/src/Gui/Splashscreen.cpp +++ b/src/Gui/Splashscreen.cpp @@ -315,6 +315,7 @@ static int getWordSizeOfOS() proc.start(exe, args); if (proc.waitForStarted() && proc.waitForFinished()) { QByteArray info = proc.readAll(); + info.replace('\n',""); return info.toInt(); }