diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp b/src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp index 64f7dc0b862014a7dd384ecca5b83c1f5a1b2e34..a31c06dec4e41764279af49097a7c42ab6c4f457 100644 --- a/src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp +++ b/src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp @@ -166,8 +166,8 @@ void MaemoSshRunner::handleRemoteOutput() charsToEmitCount = -1; } } else { - firstCharToEmit = 0; - charsToEmitCount = endMarkerPos; + firstCharToEmit = m_potentialEndMarkerPrefix.count(); + charsToEmitCount = endMarkerPos - firstCharToEmit; } } else { if (m_endMarkerCount == 0) {