Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3813 → Rev 3814

/programs/network/ftpc/ftpc.asm
271,7 → 271,8
mov ecx, 256
xor al, al
repne scasb
lea esi, [edi-s-1]
lea esi, [edi-s]
mov word[edi-2], 0x0a0d
; and send it to the server
mcall send, [socketnum], s, , 0
 
286,8 → 287,8
jne .fail
 
mov dword[s], "PASV"
mov byte[s+4], 10
mcall send, [socketnum], s, 5, 0
mov word[s+4], 0x0a0d
mcall send, [socketnum], s, 6, 0
ret
 
.fail: