Subversion Repositories Kolibri OS

Rev

Rev 9121 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9121 Rev 9749
Line 424... Line 424...
424
    cmp  [open_param],0
424
    cmp  [open_param],0
425
    jne  still
425
    jne  still
426
    cmp  [esi+40],word 2Eh
426
    cmp  [esi+40],word 2Eh
427
    je   still
427
    je   still
428
    cmp  [esi+40],word '..'
428
    cmp  [esi+40],word '..'
-
 
429
    jne  @f
-
 
430
    cmp  [esi+40+2],byte 0
429
    je   .up_patch
431
    je   .up_patch
-
 
432
@@:
430
    call calculate_key_28_1
433
    call calculate_key_28_1
431
    mov  [left_start_draw_cursor_line],0
434
    mov  [left_start_draw_cursor_line],0
432
    mov  [left_start_draw_line],0
435
    mov  [left_start_draw_line],0
433
    jmp  proc_read_folder
436
    jmp  proc_read_folder
434
.up_patch:
437
.up_patch:
Line 443... Line 446...
443
    test [esi],byte 0x10
446
    test [esi],byte 0x10
444
    jz   file_no_folder
447
    jz   file_no_folder
445
    cmp  [esi+40],word 2Eh
448
    cmp  [esi+40],word 2Eh
446
    je   still
449
    je   still
447
    cmp  [esi+40],word '..'
450
    cmp  [esi+40],word '..'
-
 
451
    jne  @f
-
 
452
    cmp  [esi+40+2],byte 0
448
    je   .up_patch_1
453
    je   .up_patch_1
-
 
454
@@:
449
    call calculate_key_28_1
455
    call calculate_key_28_1
450
    mov  [right_start_draw_cursor_line],0
456
    mov  [right_start_draw_cursor_line],0
451
    mov  [right_start_draw_line],0
457
    mov  [right_start_draw_line],0
452
    jmp  proc_read_folder_1
458
    jmp  proc_read_folder_1
453
.up_patch_1:
459
.up_patch_1: