[comp.sources.apple2] v001INF002: PATCH To BinSCII For Unix 01/01

jac@yoko.rutgers.edu (Jonathan A. Chandross) (05/16/91)

Submitted-by: Neil Parker (parker@corona.uoregon.edu)
Posting-number: Volume 1, Information: 2
Archive-name: archive/unix/binscii/bsc.patch01
Architecture: UNIX
Version-number: 1.00

Bug fix for bsc.c, v001SRC029.

I accidentally typed a semicolon where I needed a comma (the reason I
didn't catch it is probably because it compiled and ran on the computers
here just fine anyway).

Thanks to kuo@spot.colorado.edu for finding this and pointing it out.

               - Neil Parker
		 parker@corona.uoregon.edu
		 parkern@jacobs.cs.orst.edu


Enclosed is a diff listing--"bsc.typo.c" is the old bad version,
and "bsc.c" is the fixed version.

=patch01
-*** bsc.typo.c	Mon May  6 01:33:40 1991
---- bsc.c	Mon May  6 01:34:37 1991
-***************
-*** 48,54 ****
-  	     storagetype,  /* ProDOS file storage type */
-  	     blocks,       /* number of blocks in ProDOS file */
-  	     seqno,        /* output file sequence number */
-! 	     segsplit=0;   /* output segment split count (default=0) */
-  	     segno;        /* output segment number */
-  
-  long filesize,             /* input file size */
---- 48,54 ----
-  	     storagetype,  /* ProDOS file storage type */
-  	     blocks,       /* number of blocks in ProDOS file */
-  	     seqno,        /* output file sequence number */
-! 	     segsplit=0,   /* output segment split count (default=0) */
-  	     segno;        /* output segment number */
-  
-  long filesize,             /* input file size */
-
-
+ END OF ARCHIVE