LaKraven / LKSL

LaKraven Studios Standard Library
http://otapi.com
Other
51 stars 15 forks source link

TLKHandleStream and TLKFileStream error on Create #126

Closed LK-Daniel closed 8 years ago

LK-Daniel commented 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.

LK-Daniel commented 8 years ago

All done... super easy!