Mercurial > 510Connectbot
changeset 102:6802f1cd1add
fix code typo
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 17 Jun 2014 16:23:25 -0700 |
parents | f0ec55006f31 |
children | 1a34365fab9b |
files | src/com/five_ten_sg/connectbot/transport/AbsTransport.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/transport/AbsTransport.java Tue Jun 17 15:59:20 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/transport/AbsTransport.java Tue Jun 17 16:23:25 2014 -0700 @@ -58,7 +58,7 @@ for (i=0; i<b.length; i++) { b[i] = (byte)(data[i] & 0x00ff); } - write(d); + write(b); } // terminal key listener sending to the host