Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!dimacs.rutgers.edu!aramis.rutgers.edu!paul.rutgers.edu!yoko.rutgers.edu!jac From: jac@yoko.rutgers.edu (Jonathan A. Chandross) Newsgroups: comp.sources.apple2 Subject: v001INF002: PATCH To BinSCII For Unix 01/01 Message-ID: Date: 15 May 91 23:46:51 GMT Organization: Rutgers Univ., New Brunswick, N.J. Lines: 46 Approved: jac@paul.rutgers.edu 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