Subversion Repositories Kolibri OS

Rev

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

Rev 2603 Rev 3112
Line 720... Line 720...
720
@@:
720
@@:
721
        mov     edi, esi
721
        mov     edi, esi
722
        inc     esi
722
        inc     esi
723
        call    libini._.str_to_int
723
        call    libini._.str_to_int
724
        test    eax, eax
724
        test    eax, eax
725
        jz      .fx
725
        jnz     .fx
726
        mov     esi, edi
726
        mov     esi, edi
727
.no_fx:
727
.no_fx:
728
; name not found, that must be usual key
728
; name not found, that must be usual key
729
        movzx   eax, byte [esi]
729
        movzx   eax, byte [esi]
730
        stdcall libini._.ascii_to_scan, eax
730
        stdcall libini._.ascii_to_scan, eax