Skip to content

Commit

Permalink
Accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed May 2, 2024
1 parent a7efdea commit c766939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public static int copyToCacheFileAligned(IO fc, InputStream input, int fileChann
if (bytesRead <= 0) {
break;
}
bytesCopied = copyToCacheFileAligned(fc, fileChannelPos, progressUpdater, buffer);
bytesCopied = copyToCacheFileAligned(fc, fileChannelPos + bytesCopied, progressUpdater, buffer);
}
return bytesCopied;
}
Expand Down

0 comments on commit c766939

Please sign in to comment.