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 eax, [ebp + http_msg.content_received]
|
||||
mov [final_size], eax
|
||||
lea ebx, [ebp + http_msg.data]
|
||||
add ebx, [ebp + http_msg.header_length]
|
||||
mov ebx, [ebp + http_msg.content_ptr]
|
||||
mov [final_buffer], ebx
|
||||
mcall 70, fileinfo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user