Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
fd212978
Commit
fd212978
authored
May 25, 2010
by
ck
Browse files
Maemo: Fix trailing garbage output at end of remote process.
Task-number: QTCREATORBUG-1461 (part 2) Written-by: Denis Mingulov
parent
fae7a9fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp
View file @
fd212978
...
...
@@ -165,8 +165,8 @@ void MaemoSshRunner::handleRemoteOutput(const QByteArray &curOutput)
charsToEmitCount
=
-
1
;
}
}
else
{
firstCharToEmit
=
0
;
charsToEmitCount
=
endMarkerPos
;
firstCharToEmit
=
m_potentialEndMarkerPrefix
.
count
()
;
charsToEmitCount
=
endMarkerPos
-
firstCharToEmit
;
}
}
else
{
if
(
m_endMarkerCount
==
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment