home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / utilities / abcdir.lha / util / dir / ArpBugs < prev   
Text File  |  1991-10-16  |  596b  |  17 lines

  1. Bugs in ARP library v39.1 (4/9/89) or ARP includes:
  2. ---------------------------------------------------
  3.  
  4. arp.library:  misspelling of PMEM_NAME 'ARP_PMEM' -> 'ARP_PMEN'
  5.                                                              ^
  6.                  change includes !!!
  7.  
  8. arpbase.h:    wrong size of rpn_Usage in struct ResidentProgramNode
  9.  
  10.                  LONG rpn_Usage
  11.                  ^^^^
  12.                  WORD !!!
  13.  
  14. arp.library:  function SyncRun() closes given input/output filehandles
  15.               before return -> perhaps missing PRB_SAVEIO in structure
  16.               ProcessControlBlock
  17.