forked from KolibriOS/kolibrios
Fix of crash bug.
git-svn-id: svn://kolibrios.org@4159 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
501706cdc8
commit
e3e38a93a0
@ -1543,6 +1543,9 @@ draw_window:
|
|||||||
|
|
||||||
cmp [focus_pointer],1
|
cmp [focus_pointer],1
|
||||||
je @f
|
je @f
|
||||||
|
|
||||||
|
cmp [error_window],0
|
||||||
|
jne @f
|
||||||
|
|
||||||
mov eax,[file_browser_data_1.selected_BDVK_adress]
|
mov eax,[file_browser_data_1.selected_BDVK_adress]
|
||||||
test [eax],byte 0x10
|
test [eax],byte 0x10
|
||||||
|
Loading…
Reference in New Issue
Block a user