Fixed bug in http.obj (concerning POST method).
Added new example program PASTA, using http POST method. git-svn-id: svn://kolibrios.org@4830 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1595,7 +1595,6 @@ proc eax_ascii_dec ;////////////////////////////////////////////////////////////
|
||||
.loop:
|
||||
xor edx, edx
|
||||
div ecx
|
||||
add dl, '0'
|
||||
push edx
|
||||
test eax, eax
|
||||
jnz .loop
|
||||
|
Reference in New Issue
Block a user