Fixed linux port

This commit is contained in:
pagefault
2001-09-21 22:05:55 +00:00
parent 2180a98e93
commit 73486e13b3

View File

@@ -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