We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3611995 + 64fed0c commit 04fad49Copy full SHA for 04fad49
1 file changed
lib/private/Files/Storage/Wrapper/Encryption.php
@@ -464,6 +464,7 @@ protected function fixUnencryptedSize(string $path, int $size, int $unencryptedS
464
if (strlen($lastChunkContentEncrypted) > $blockSize) {
465
$newUnencryptedSize += $unencryptedBlockSize;
466
$lastChunkContentEncrypted = substr($lastChunkContentEncrypted, $blockSize);
467
+ $lastChunkNr++;
468
}
469
470
0 commit comments