mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
This commit is contained in:
parent
f0ae4e7e6c
commit
b6aca7fae6
1 changed files with 12 additions and 13 deletions
|
|
@ -145,8 +145,13 @@ class SubStreams
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
$sReturn .= $sReadResult;
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->iIndex++;
|
||||
}
|
||||
}
|
||||
|
||||
$iLen = \strlen($sReturn);
|
||||
if ($iCount < $iLen)
|
||||
|
|
@ -160,12 +165,6 @@ class SubStreams
|
|||
$iCount -= $iLen;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->iIndex++;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$this->iPos += \strlen($sReturn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue