OpenDialog - small change of processing error for loading directory, after start program.

git-svn-id: svn://kolibrios.org@1607 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2010-09-07 21:10:31 +00:00
parent bd8bfe3265
commit ef4f2034b0

View File

@ -987,10 +987,18 @@ load_start_directory:
mov edi,dir_pach
call copy_dir_name
; call load_directory
; mov eax,[N_error]
; test eax,eax
; jnz button.exit
.3:
call load_directory
mov eax,[N_error]
test eax,eax
jnz button.exit
jz @f
call error_handler
jmp .3
@@:
ret
;---------------------------------------------------------------------
load_next_dir: