downloader: fix the superfluous first character in downloaded file

git-svn-id: svn://kolibrios.org@2126 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2011-08-26 18:20:09 +00:00
parent 40eaf1d92f
commit 522cf51783

View File

@ -533,7 +533,7 @@ newline
;dps "eoh "
;newline
sub edi,[buf_ptr]
add edi,3
add edi,4
mov [body_pos],edi ; store position where document body starts
mov [is_chunked],0
; find content-length in headers