Closed LK-Daniel closed 8 years ago
Setting the Size to 0 in TLKStream causes TLKHandleStream and TLKFileStream to raise an exception on construction. Simple solution: don't initialize the size to 0. It isn't necessary to do this anyway.
Size
TLKStream
TLKHandleStream
TLKFileStream
All done... super easy!
Setting the
Size
to 0 inTLKStream
causesTLKHandleStream
andTLKFileStream
to raise an exception on construction. Simple solution: don't initialize the size to 0. It isn't necessary to do this anyway.