fat fix: report write size

git-svn-id: svn://kolibrios.org@6846 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin 2017-01-24 17:38:59 +00:00
parent 201a5bf041
commit 3cbf21dcbe

View File

@ -2707,11 +2707,11 @@ fat_Write:
@@: @@:
call fat_unlock call fat_unlock
pop eax edi pop eax edi
xor ebx, ebx
ret ret
.eof: .eof:
push ERROR_END_OF_FILE push ERROR_END_OF_FILE
xor ebx, ebx
jmp @b jmp @b
.device_err2: .device_err2: