NTFS fix for sf 70.3 by Pathoswithin (non-tested) => Doczom please check if you can git-svn-id: svn://kolibrios.org@9953 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9562f01892
commit
d91cb7946f
|
@ -3479,6 +3479,15 @@ ntfs_WriteFile:
|
|||
add eax, [ebx+12]
|
||||
adc edx, 0
|
||||
mov [edi+fileRealSize], eax
|
||||
cmp edx, [edi+fileRealSize+4]
|
||||
jc @f
|
||||
jnz .resize
|
||||
cmp [edi+fileRealSize], eax
|
||||
jnc @f
|
||||
.resize:
|
||||
mov [edi+fileRealSize], eax
|
||||
mov [edi+fileRealSize+4], edx
|
||||
@@:
|
||||
mov [edi+fileRealSize+4], edx
|
||||
push edx eax ebx
|
||||
call ntfsGetTime
|
||||
|
|
Loading…
Reference in New Issue