home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / patches / pstation.txt < prev    next >
Text File  |  1989-04-29  |  2KB  |  39 lines

  1. Name: POWERSTATION 2.3 PATCH
  2. Date: 10-MAR-1988 23:10 by BRECHER
  3.  
  4. Hexadecimal patch for PowerStation 2.3 which fixes a problem with the Open Other button in a documents window under MultiFinder.  You will need Fedit Plus, MacTools, MacZap, or similar utility to apply the patch.  This is a text file.
  5.   --Steve Brecher, Software Supply
  6.  
  7. Opening a document via the Open Other button in a documents window under
  8. MultiFinder can cause problems when you come back to PowerStation - weird
  9. behavior or a crash.
  10.  
  11. Either of two patches to PowerStation 2.3 will fix this problem.  The short
  12. patch will alter the behavior of PowerStation such that the documents window
  13. will still be open when you come back to PowerStation. The long patch will
  14. make no functional change, i.e., the documents window will be closed when you
  15. come back to PowerStation. Apply one patch or the other, not both.
  16.  
  17. Short patch:
  18. Search for: 0001 4EBA F108
  19. Change to:  0000 """" """"
  20. (located in block 46 (2E hex) at offset 196 (C4 hex) bytes within the block)
  21.  
  22. Long patch:
  23. Search for: 41ED F6DA
  24. (located in block 46 (2E hex) at offset 150 (96 hex) bytes within the block)
  25. Change the 41ED F6DA and the following 48 bytes as follows.  The top line of
  26. each pair of lines shows the original, the bottom line shows the new:
  27.                41ED F6DA 2D50 FFBA 3D6D
  28.                2D6D F6DA FFBA 3D6D F6E0
  29.  
  30. F6E0 FFBE 41EE FFC0 43ED F6E2 700F 20D9
  31. FFBE 43EE FFC0 41ED F6E2 7040 A02E 3F2E
  32.  
  33. 51C8 FFFC 3F2E 0008 486E FFB8 4EBA FBAA
  34. 0008 486E FFB8 4EBA FBB0 3F06 1F3C 0001
  35.  
  36. 3F06 1F3C 0001 4EBA F108
  37. 4EBA F10E BC6D F8B8 6604
  38. (end of patch)