home *** CD-ROM | disk | FTP | other *** search
/ Tools en Utilities / CDASS_5.ISO / shell / comp / patch241.arj / BUG241.TXT < prev    next >
Encoding:
Text File  |  1993-07-15  |  1.2 KB  |  28 lines

  1. The following is an exerpt from the letter from R.K.Jung reporting on a bug
  2. in version 2.41 of the ARJ programs.
  3.  
  4. "This bug affects the operation ef the ARJ critical error handler (invoked
  5. by the Drive not ready, etc.). The handler will NOT accept 'y' and 'n'
  6. correctly when the query 'Okay to retry (y/n)?' appears. The handler instead
  7. accepts '?' for YES and 'y' for NO."
  8.  
  9. The letter included patching instructions which are included in this package
  10. in the *.pch files. They are to be used with DEBUG. In the following example
  11. we will patch ARJ.EXE by typing the folowing at the DOS prompt:-
  12.  
  13.    copy arj.exe arj.xxx
  14.    debug arj.xxx < arj.pch
  15.    arj i arj.xxx
  16.  
  17. If ARJ displays OK the patch is okay and may be copied back to ARJ.EXE.
  18.  
  19. You may do the same with DEARJ.EXE, ARJR.EXE and ARJS.EXE by simply
  20. replacing the name ARJ in the example with DEARJ, ARJR or ARJS.
  21.  
  22. WARNINGWARNINGWARNINGWARNINGWARNINGWARNINGWARNINGWARNINGWARNINGWARNING
  23.  
  24. THE PATCH DOES NOT WORK CORRECTLY ON REGISTERED VERSIONS. In order to apply
  25. the patches to registered versions you should first patch an unregistered
  26. version and then register it with REGISTER.EXE
  27.  
  28. -----------------------------------------------------------------------