forked from KolibriOS/kolibrios
libini: fix typo (allow f and f1-f12 shortcuts)
git-svn-id: svn://kolibrios.org@3112 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4f12a88791
commit
bef68cee11
@ -722,7 +722,7 @@ endl
|
|||||||
inc esi
|
inc esi
|
||||||
call libini._.str_to_int
|
call libini._.str_to_int
|
||||||
test eax, eax
|
test eax, eax
|
||||||
jz .fx
|
jnz .fx
|
||||||
mov esi, edi
|
mov esi, edi
|
||||||
.no_fx:
|
.no_fx:
|
||||||
; name not found, that must be usual key
|
; name not found, that must be usual key
|
||||||
|
Loading…
Reference in New Issue
Block a user