Skip to content
Snippets Groups Projects
Commit 69e95531 authored by Thomas Müller's avatar Thomas Müller
Browse files

comment change as it broke unit tests

parent ba9a797e
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ class Encryption extends Wrapper {
parent::stream_read($this->util->getHeaderSize());
}
$count = min($count, $this->unencryptedSize - $this->position);
// $count = min($count, $this->unencryptedSize - $this->position);
while ($count > 0) {
$remainingLength = $count;
// update the cache of the current block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment