forked from KolibriOS/kolibrios
Removed false end of header detection from downloader.
git-svn-id: svn://kolibrios.org@4018 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a72b9ef9f9
commit
ab9ac88115
@ -408,8 +408,6 @@ parse_result:
|
||||
|
||||
; first, find end of headers
|
||||
.next_byte:
|
||||
cmp dword[edi], 0x0d0a0d0a ; ìíå ëåíü ÷èòàòü ñòàíäàðò, ïóñòü áóäóò îáà âàðèàíòà
|
||||
je .end_of_headers
|
||||
cmp dword[edi], 0x0a0d0a0d
|
||||
je .end_of_headers
|
||||
inc edi
|
||||
|
Loading…
Reference in New Issue
Block a user