Synced with other ports

This commit is contained in:
pagefault
2001-08-26 02:43:35 +00:00
parent c9f86ca0a0
commit 85d5849d7e

View File

@@ -58,7 +58,7 @@ EXTSYM V8Mode,GrayscaleMode
; EXTSYM InitTCP
; EXTSYM StartServer
; EXTSYM InitTCP
EXTSYM GUINetTextk2
EXTSYM TCPIPAddress
; EXTSYM ConnectServer
; EXTSYM SendData
; EXTSYM GetData
@@ -1617,8 +1617,8 @@ NEWSYM TCPIPInitConnectToServer
or eax,eax
jnz .failed
mov byte[TCPIPStatus],1
; Convert GUINetTextk2 to IPAddrStr
mov ebx,GUINetTextk2
; Convert TCPIPAddress to IPAddrStr
mov ebx,TCPIPAddress
mov edx,IPAddrStr
.notend
mov al,[ebx]