FASM small bugfix

git-svn-id: svn://kolibrios.org@2093 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2011-08-21 18:38:08 +00:00
parent e407dd7a26
commit f9e03482b6

View File

@ -195,7 +195,7 @@ draw_window:
mov ecx,90*65536+260
mov edx,[sc.work]
or edx,0x33000000
mov edi,title ; Draw Window Label Text
mov edi,fullpath_open ;title ; Draw Window Label Text
mcall
mcall 9,PROCESSINFO,-1
@ -343,7 +343,7 @@ fun_opn_dlg: ;
test eax,eax
jnz .cycle
sub esi,4
sub esi,5
cmp esi,[edit2.text]
jle .short_fn
@ -626,10 +626,8 @@ display_bytes_count:
je @f
mov edx,outfile
call make_fullpaths
mov eax,70
mov ebx,file_info_start
xor ecx,ecx
mcall
mcall 70,file_info_start
@@:
jmp exit_program
;---------------------------------------------------------------------