home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / compsrcs / apple2 / 68 < prev    next >
Encoding:
Internet Message Format  |  1991-05-16  |  1.7 KB

  1. From: jac@yoko.rutgers.edu (Jonathan A. Chandross)
  2. Newsgroups: comp.sources.apple2
  3. Subject: v001INF002:  PATCH To BinSCII For Unix 01/01
  4. Message-ID: <May.15.19.46.50.1991.6154@yoko.rutgers.edu>
  5. Date: 15 May 91 23:46:51 GMT
  6. Approved: jac@paul.rutgers.edu
  7.  
  8.  
  9. Submitted-by: Neil Parker (parker@corona.uoregon.edu)
  10. Posting-number: Volume 1, Information: 2
  11. Archive-name: archive/unix/binscii/bsc.patch01
  12. Architecture: UNIX
  13. Version-number: 1.00
  14.  
  15. Bug fix for bsc.c, v001SRC029.
  16.  
  17. I accidentally typed a semicolon where I needed a comma (the reason I
  18. didn't catch it is probably because it compiled and ran on the computers
  19. here just fine anyway).
  20.  
  21. Thanks to kuo@spot.colorado.edu for finding this and pointing it out.
  22.  
  23.                - Neil Parker
  24.          parker@corona.uoregon.edu
  25.          parkern@jacobs.cs.orst.edu
  26.  
  27.  
  28. Enclosed is a diff listing--"bsc.typo.c" is the old bad version,
  29. and "bsc.c" is the fixed version.
  30.  
  31. =patch01
  32. -*** bsc.typo.c    Mon May  6 01:33:40 1991
  33. ---- bsc.c    Mon May  6 01:34:37 1991
  34. -***************
  35. -*** 48,54 ****
  36. -           storagetype,  /* ProDOS file storage type */
  37. -           blocks,       /* number of blocks in ProDOS file */
  38. -           seqno,        /* output file sequence number */
  39. -!          segsplit=0;   /* output segment split count (default=0) */
  40. -           segno;        /* output segment number */
  41. -  
  42. -  long filesize,             /* input file size */
  43. ---- 48,54 ----
  44. -           storagetype,  /* ProDOS file storage type */
  45. -           blocks,       /* number of blocks in ProDOS file */
  46. -           seqno,        /* output file sequence number */
  47. -!          segsplit=0,   /* output segment split count (default=0) */
  48. -           segno;        /* output segment number */
  49. -  
  50. -  long filesize,             /* input file size */
  51. -
  52. -
  53. + END OF ARCHIVE
  54.