forked from KolibriOS/kolibrios
fat fix: report write size
git-svn-id: svn://kolibrios.org@6846 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
201a5bf041
commit
3cbf21dcbe
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user