forked from qt-creator/qt-creator
Maemo: Fix trailing garbage output at end of remote process.
Task-number: QTCREATORBUG-1461 (part 2) Written-by: Denis Mingulov
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user