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