home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / UTILS / HDUTL / BU-DDJ-F.LBR / BU-FIXD.NOT next >
Text File  |  2000-06-30  |  2KB  |  36 lines

  1.  
  2. BU-DDJ bug fix:
  3.  
  4.     As BU-DDJ was being keyed, a typing error apparently found its way
  5. into the C source code, viz. the user number range check has a multiply
  6. instead of an add.  This makes it easy to receive an error message, as
  7. you can imagine.  Not having a C compiler, I fixed the object code
  8. directly, learning much about the Aztec compiler in the process.
  9.  
  10.     If you're curious, I patched location 0376H from 'CD 79 43' to
  11. '19 00 00' (from a call to the multiply routine, to an ADD).  I have tested
  12. the fix, and it apparently works ok.  Caveat emptor, however.
  13.  
  14.     If you would like to change the source and recompile it, you
  15. would be doing all a favor.  There is also a bug in the copying of a file
  16. to the backup disk when the backup disk is exactly full with the -H option,
  17. and a minor glitch when it protects split files.  Try backing up a hard
  18. disk, and you may reproduce these errors.  It is to BU's credit that the
  19. problems are easily gotten around, however.
  20.  
  21.     I have been waiting for this utility since it appeared in the
  22. Jan '85 issue of Doctor Dobb's (I don't have a C compiler, remember?),
  23. and can testify to its usefulness.  It beats any other public domain
  24. backup utility I have seen, hands down.  Try it!
  25.  
  26.     Thanks to Ian Ashdown for writing & distributing it, and to D.L.
  27. Finley to typing & compiling it.
  28.  
  29.             
  30.             Mark Hull
  31.             9 February 1986
  32.             Minneapolis, MN
  33.             (612) 571-6500
  34.  
  35.  
  36.