home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 468.lha / Brik_v2.0 / ReadMe.fnf < prev    next >
Text File  |  1991-02-08  |  1KB  |  31 lines

  1. When using the original crc's (from crc.lst), the following files will
  2. show up as different:
  3.  
  4.     2363322425  BAD addbfcrc.asm
  5.     4250916189  BAD brik.h
  6.     3534177949  BAD brik.c
  7.     2588064855  BAD brik.1
  8.  
  9. I have no idea why addbfcrc.asm and brik.1 show as different, since
  10. I made no changes to them.  Possibly there were transmission errors
  11. via Usenet.
  12.  
  13. I did make minor changes to brik.h (to add an #ifdef AMIGA case) and 
  14. to brik.c (to make it accept names with embedded whitespace).
  15.  
  16. The change to brik.c is "unofficial", but necessary to make it useful
  17. on the Amiga, since there are lots of such names.  The brik.c change
  18. is enclosed in a "#if 0" sequence, so you can get the original version
  19. back if you need to.  I received mail from Rahul that excluding whitespace
  20. is actually a feature.  Since the lines are free format, you can manually
  21. edit the lists, and in particular, add comments after each filename.
  22. He indicated that a future version would possibly have support for
  23. embedded whitespace in names.
  24.  
  25. This version of brik was used to produce CRC lists for disks 001-231
  26. in my library, without any problems other than the initial one with
  27. embedded whitespace.  The Amiga port was very painless.  A very nice
  28. job Rahul!
  29.  
  30. -Fred
  31.