[ExtractStream] Changes to zss... & Fixes to splitstream

Michael Patterson mpatterson at a...
Thu, 7 Mar 2002 15:22:40 -0700


> Find this :
> num_recs = (int) buf[0] /* +(((int)buf[1]) << 8) */ ;
> And :
> struct TyStreamHeader TyStream[0xff];
> 
> To :
> struct TyStreamHeader TyStream[2000];

(other modifications discussed)

Is there a place that a binary with these changes has been placed?


--Mike