1995-09-12 - VCR+ encode/decode source file error.

Header Data

From: kelso@netcom.com (Tom Rollins)
To: cypherpunks@toad.com
Message Hash: b7408b1c948df9e37eca319187c424d2e4733da80835a60ebe787c52352017d1
Message ID: <199509121345.GAA21447@netcom3.netcom.com>
Reply To: N/A
UTC Datetime: 1995-09-12 13:48:09 UTC
Raw Date: Tue, 12 Sep 95 06:48:09 PDT

Raw message

From: kelso@netcom.com (Tom Rollins)
Date: Tue, 12 Sep 95 06:48:09 PDT
To: cypherpunks@toad.com
Subject: VCR+ encode/decode source file error.
Message-ID: <199509121345.GAA21447@netcom3.netcom.com>
MIME-Version: 1.0
Content-Type: text/plain


Hello,

If anyone is interested, the "vcr+.shar.gz" file
from "sable.ox.ac.uk" contains
two (2) source files (encode.c and decode.c).
These source files both have the same small errors.

Change the source line ...
	int	a[12], b[12], out[12] ;
To ...
	int	a[18], b[18], out[18] ;

And change the source line ...
	static	int	start[480], leng[480] ;
To ...
	static	int	start[512], leng[512] ;

-tom <kelso@netcom.com>





Thread