diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 1ca7c67d..d27bb774 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/HTTPGET.S.txt b/BIN/HTTPGET.S.txt index b4c9bf8b..26523dee 100644 --- a/BIN/HTTPGET.S.txt +++ b/BIN/HTTPGET.S.txt @@ -530,6 +530,7 @@ CS.RUN.RESPONSE jsr Init.TimeOut >PUSHBI 8 >SYSCALL PrintF + bcs .9 jmp CS.RUN.RESPONSE @@ -702,7 +703,7 @@ MSG.CONNECTED .AZ "Connected." MSG.SKTERR .AZ "Socket Error : $%h\r\n" MSG.IOERR .AZ "I/O Error : $%h\r\n" MSG.FileLength .AZ "File Length : %u Bytes\r\n" -MSG.Progress .AZ "Received %u/%u\r\n" +MSG.Progress .AZ "\rReceived : %10u/%u" *-------------------------------------- SA.LOCAL .DA #AF.INET S.SOCKADDR.AF .BS 1 diff --git a/LIB/LIBTCPIP.S.SKT.txt b/LIB/LIBTCPIP.S.SKT.txt index 2f13561f..740e2022 100644 --- a/LIB/LIBTCPIP.S.SKT.txt +++ b/LIB/LIBTCPIP.S.SKT.txt @@ -841,13 +841,13 @@ SKT.Recv clc jsr SKT.CheckTCP bcs .91 - lda #E.NODATA +.90 lda #E.NODATA plp sec rts .10 jsr SKT.GetFromQueue - bcs .91 + bcs .90 .1 plp if CS, RecvFrom bcc .9 CC, Recv : Exit with CC and A=hFrame