Fixed linux port
This commit is contained in:
@@ -843,7 +843,11 @@ NEWSYM savespcdata
|
|||||||
mov al,[edi+1]
|
mov al,[edi+1]
|
||||||
cmp al,[edi+2]
|
cmp al,[edi+2]
|
||||||
je .nofileopen
|
je .nofileopen
|
||||||
|
%ifdef __LINUX__
|
||||||
|
cmp byte[edi+1],'p'
|
||||||
|
%else
|
||||||
cmp byte[edi+1],'P'
|
cmp byte[edi+1],'P'
|
||||||
|
%endif
|
||||||
jne .notp
|
jne .notp
|
||||||
mov byte[edi+1],'0'
|
mov byte[edi+1],'0'
|
||||||
.notp
|
.notp
|
||||||
|
|||||||
Reference in New Issue
Block a user