Fixed http library example

git-svn-id: svn://kolibrios.org@5094 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-09-08 17:27:41 +00:00
parent 16b277dba2
commit f63722e276

View File

@ -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