summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/ec3po/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ec3po/console.py b/util/ec3po/console.py
index 290ca214ac..185ad22b40 100755
--- a/util/ec3po/console.py
+++ b/util/ec3po/console.py
@@ -1065,7 +1065,7 @@ def StartLoop(console, command_active, shutdown_pipe=None):
data_tm = data
# timestamp required on next input
- if data[end] == b'\n':
+ if data[end] == b'\n'[0]:
tm_req = True
os.write(console.master_pty, data_tm)
if command_active.value: