Michael Van Canneyt wrote:
> On Thu, 20 Sep 2007, David Mears wrote:
>
>
>> from fpc/packages/fcl-base/src/inc/zstream.pp
>>
>> I'm not really sure why this is in the destructor for tdecompressionstream.
>>
>> if FZRec.avail_in <> 0 then
>> Source.Seek(-FZRec.i, soFromCurrent);
>>
>
>
On Thu, 20 Sep 2007, David Mears wrote:
> from fpc/packages/fcl-base/src/inc/zstream.pp
>
> I'm not really sure why this is in the destructor for tdecompressionstream.
>
> if FZRec.avail_in <> 0 then
> Source.Seek(-FZRec.avail_in, soFromCurrent);
To reposition the source stream on the l
from fpc/packages/fcl-base/src/inc/zstream.pp
I'm not really sure why this is in the destructor for tdecompressionstream.
if FZRec.avail_in <> 0 then
Source.Seek(-FZRec.avail_in, soFromCurrent);
my tdecompressionstream is fed by a tideadecryptstream - when
tdecompressionstream is freed it