fixed bug in fs_lfn

git-svn-id: svn://kolibrios.org@422 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2007-03-20 04:36:16 +00:00
parent 139ea3d0ee
commit b58d7cd6e6

View File

@ -427,7 +427,7 @@ fs_OnHd:
mov [hdpos], eax
cmp ecx, 0x100
jae .nf
cmp cl, [DRIVE_DATA+eax]
cmp cl, [DRIVE_DATA+1+eax]
jbe @f
.nf:
call free_hd_channel