Subversion Repositories Kolibri OS

Rev

Rev 1792 | Rev 3755 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1792 Rev 3731
Line 95... Line 95...
95
    jz    @f
95
    jz    @f
96
    cmp   eax,6
96
    cmp   eax,6
97
    jne   .error
97
    jne   .error
98
@@:
98
@@:
99
   push  eax
99
   push  eax
100
   call  left_files_name_normalize
100
;   call  left_files_name_normalize
101
   call  left_prepare_extension_start
101
   call  left_prepare_extension_start
102
   call  left_sort_files
102
   call  left_sort_files
103
   pop   eax
103
   pop   eax
104
;   pusha
104
;   pusha
105
;   call  draw_window
105
;   call  draw_window
Line 199... Line 199...
199
    jz    @f
199
    jz    @f
200
    cmp   eax,6
200
    cmp   eax,6
201
    jne   .error
201
    jne   .error
202
@@:
202
@@:
203
   push  eax
203
   push  eax
204
   call  right_files_name_normalize
204
;   call  right_files_name_normalize
205
   call  right_prepare_extension_start
205
   call  right_prepare_extension_start
206
   call  right_sort_files
206
   call  right_sort_files
207
   pop   eax
207
   pop   eax
208
;   pusha
208
;   pusha
209
;   call  draw_window
209
;   call  draw_window