forked from KolibriOS/kolibrios
Small fix for opendial.mac
git-svn-id: svn://kolibrios.org@1469 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f8c3f54152
commit
de9a92906c
@ -109,9 +109,6 @@ OpenDialog_exit
|
||||
add edi,4096-256
|
||||
|
||||
mov esi,od_filename_area
|
||||
; xor eax,eax
|
||||
; mov al,[esi]
|
||||
; test eax,eax
|
||||
test esi,esi
|
||||
jnz @f
|
||||
mov esi,.null
|
||||
@ -134,15 +131,14 @@ OpenDialog_exit
|
||||
shr eax,31
|
||||
test eax,eax
|
||||
jnz .1
|
||||
jmp .still
|
||||
.red:
|
||||
pusha
|
||||
call od_draw_window
|
||||
popa
|
||||
.still:
|
||||
mcall 23,50
|
||||
cmp eax,1
|
||||
je .red
|
||||
jne @f
|
||||
pusha
|
||||
call od_draw_window
|
||||
popa
|
||||
@@:
|
||||
mov eax,od_com_area
|
||||
movzx ebx,word [eax]
|
||||
test ebx,ebx
|
||||
|
Loading…
Reference in New Issue
Block a user