1. Fix a memory allocation bug in INMEMO in which it was allocating a lot more memory than necessary. (It was allowing for 1024 more columns than necessary.) Although this memory was returned on exit, it was still causing a lot of unnecessary system overhead, especially with long menus or PCKLST.SBR lists.
2. Fix a problem in EZTYP in which files smaller than 9 lines long that end in FF were causing a divide by zero error.