Fixed cluster allocation when overwriting a hole in a sparse file

N2009_11_14_FIXES
jpandre 2009-09-29 18:52:02 +00:00
parent f0ea07fdf3
commit 892f763d31
1 changed files with 1 additions and 0 deletions

View File

@ -1650,6 +1650,7 @@ retry:
if (written > 0) {
total += written;
count -= written;
fullcount -= written;
b = (const u8*)b + written;
}
if (written != to_write) {