Git commit c1820d775ec3654b1dad93b1c1733ad5ae0a28ad by Jonathan Thomas. Pushed by jmthomas into branch 'master'. Fix a typo that broke commit messages M +1 -1 src/worker/workerinstallprogress.cpp http://commits.kde.org/libqapt/c1820d775ec3654b1dad93b1c1733ad5ae0a28ad diff --git a/src/worker/workerinstallprogress.cpp b/src/worker/workerinstallprogress.cpp index 5eb10a4..0c7a751 100644 --- a/src/worker/workerinstallprogress.cpp +++ b/src/worker/workerinstallprogress.cpp @@ -122,7 +122,7 @@ void WorkerInstallProgress::updateInterface(int fd, int writeFd) break; } - if (buf[0] == '\b') { + if (buf[0] == '\n') { const QStringList list = QString::fromUtf8(line).split(QLatin1Char(':')); const QString status = list.at(0); const QString package = list.at(1);