forked from KolibriOS/kolibrios
ntfs small fix
git-svn-id: svn://kolibrios.org@6820 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0b7080c6d1
commit
54c3526028
@ -2910,10 +2910,11 @@ resizeAttribute:
|
||||
shr edi, 5
|
||||
shl edi, 2
|
||||
push eax
|
||||
cmp edi, [ebp+NTFS.BitmapStart]
|
||||
jnc @f
|
||||
cmp [ebp+NTFS.cur_iRecord], 0
|
||||
jz @f
|
||||
cmp edi, [ebp+NTFS.BitmapStart]
|
||||
jc .err1
|
||||
mov edi, [ebp+NTFS.BitmapStart]
|
||||
@@:
|
||||
call ntfsSpaceAlloc
|
||||
jc .err1
|
||||
|
Loading…
Reference in New Issue
Block a user