Bugfix for API 74, -1

git-svn-id: svn://kolibrios.org@3879 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-09-01 08:02:59 +00:00
parent f5638529b0
commit 6a650a3fbd

View File

@ -618,7 +618,7 @@ checksum_2:
align 4
sys_network:
cmp ebx, -1
cmp bl, 255
jne @f
mov eax, [NET_RUNNING]