comment change as it broke unit tests

This commit is contained in:
Thomas Müller 2015-04-02 17:21:47 +02:00
parent ba9a797eaa
commit 69e95531f8
1 changed files with 1 additions and 1 deletions

View File

@ -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