forked from KolibriOS/kolibrios
Fixed http library example
git-svn-id: svn://kolibrios.org@5094 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
16b277dba2
commit
f63722e276
@ -183,8 +183,7 @@ save:
|
|||||||
mov ebp, [identifier]
|
mov ebp, [identifier]
|
||||||
mov eax, [ebp + http_msg.content_received]
|
mov eax, [ebp + http_msg.content_received]
|
||||||
mov [final_size], eax
|
mov [final_size], eax
|
||||||
lea ebx, [ebp + http_msg.data]
|
mov ebx, [ebp + http_msg.content_ptr]
|
||||||
add ebx, [ebp + http_msg.header_length]
|
|
||||||
mov [final_buffer], ebx
|
mov [final_buffer], ebx
|
||||||
mcall 70, fileinfo
|
mcall 70, fileinfo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user