forked from KolibriOS/kolibrios
Fix some bug.
git-svn-id: svn://kolibrios.org@4236 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1fe99b2fb3
commit
89e5a3c15c
@ -1547,6 +1547,10 @@ draw_window:
|
|||||||
cmp [error_window],0
|
cmp [error_window],0
|
||||||
jne @f
|
jne @f
|
||||||
|
|
||||||
|
mov eax,[file_browser_data_1.folder_block]
|
||||||
|
test eax,eax
|
||||||
|
jz @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
|
||||||
jz @f
|
jz @f
|
||||||
|
Loading…
Reference in New Issue
Block a user