Removed remaining OSPort
This commit is contained in:
@@ -430,11 +430,13 @@ GUIOutputStringwinl:
|
||||
mov ecx,[cloadmaxlen]
|
||||
.more
|
||||
mov al,[edi]
|
||||
cmp byte[OSPort],1
|
||||
jbe .noperc
|
||||
; cmp byte[OSPort],1
|
||||
; jbe .noperc
|
||||
%ifndef __MSDOS__
|
||||
cmp al,'%'
|
||||
jne .noperc
|
||||
call ConvertPercValue
|
||||
%endif
|
||||
.noperc
|
||||
or al,al
|
||||
jz .nomore
|
||||
|
||||
Reference in New Issue
Block a user