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 / C128 / SIGMV801.ARK / SD.NOT < prev    next >
Text File  |  1986-02-01  |  1KB  |  18 lines

  1. SD has always had a very obscure bug which is now fixed. In addition,
  2. SD-79A had a bug in the FENCE routine (a line read LDA ':' instead of
  3. MVI A,':'). The bugs are now fixed. Two versions of the COM file are
  4. provided, SD-80V.COM for vertical display, and SD-80H.COM for normal
  5. horizontal display. Do not mistake the V and the H in the filename
  6. for a version number modifier!
  7.  
  8.  
  9. The bug in SD-79A (and all previous versions of SD) was noticed by
  10. Gene Head who notified me and asked for a fix. The problem is that
  11. when SD found the last extent of a file and the EX field was 00, the
  12. S2 field was non-zero and the RC field was 80, SD dropped that
  13. extent in favor of the next lower one. The reason is that the internal sort
  14. routine sorted 12 characters (F1..F8, T1..T3 and EX) where it should
  15. have not included EX in the sort. The problem is only noticeable with files
  16. whose size is just larger than an even multiple of 512k (i.e. 520k, 1030k
  17. and so on). Obviously, only large files were affected.
  18. CR,LFè     END