changeset 2808:6ad3087af262 lwtools-port

Fixed issue with telnet putting out junk data at first connect.
author Boisy Pitre <boisy.pitre@nuance.com>
date Fri, 01 Feb 2013 21:49:16 -0600
parents 3b7b5021f8bc
children db97356e3648
files level1/cmds/telnet.as
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level1/cmds/telnet.as	Fri Feb 01 21:34:07 2013 -0600
+++ b/level1/cmds/telnet.as	Fri Feb 01 21:49:16 2013 -0600
@@ -509,12 +509,12 @@
                fcb       $8C
 dowont         lda       #WONT
                sta       telctrlbuf+1,u
+               pshs      x,y
                ldy       #3
                lda       netpath,u
-               pshs      x
                leax      telctrlbuf,u
                os9       I$Write
-               puls      x
+               puls      x,y
                lbra      procbuf
 
                endsect