forked from KolibriOS/kolibrios
fixed bug in fs_lfn
git-svn-id: svn://kolibrios.org@422 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
139ea3d0ee
commit
b58d7cd6e6
@ -427,7 +427,7 @@ fs_OnHd:
|
|||||||
mov [hdpos], eax
|
mov [hdpos], eax
|
||||||
cmp ecx, 0x100
|
cmp ecx, 0x100
|
||||||
jae .nf
|
jae .nf
|
||||||
cmp cl, [DRIVE_DATA+eax]
|
cmp cl, [DRIVE_DATA+1+eax]
|
||||||
jbe @f
|
jbe @f
|
||||||
.nf:
|
.nf:
|
||||||
call free_hd_channel
|
call free_hd_channel
|
||||||
|
Loading…
Reference in New Issue
Block a user