diff options
Diffstat (limited to 'tdesu/process.cpp')
-rw-r--r-- | tdesu/process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/process.cpp b/tdesu/process.cpp index 09deda5bf..692c01553 100644 --- a/tdesu/process.cpp +++ b/tdesu/process.cpp @@ -524,7 +524,7 @@ int PtyProcess::waitForChild() fputs(output, stdout); fflush(stdout); } - lineStart = output.tqat( output.length() - 1 ) == '\n'; + lineStart = output.at( output.length() - 1 ) == '\n'; output = readAll(false); } } |