Path: utzoo!utgpu!water!watmath!clyde!att!mtunx!pacbell!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ht!spt!gz From: gz@spt.entity.com (Gail Zacharias) Newsgroups: comp.sys.mac.programmer Subject: Re: ShoveIt 1.0 Summary: Bug fix Message-ID: <315@spt.entity.com> Date: 8 Jun 88 08:18:01 GMT References: <8672@dhw68k.cts.com> Reply-To: gz@eddie.mit.edu (Gail Zacharias) Organization: The Red-Faced Entity, Cambridge, MA Lines: 25 There is a stray 'rts' in the ShoveIt source I recently posted to comp.sources.mac. The effect is that if you have the misfortune of trying to make a stuffit archive containing a file which shouldn't be compressed (e.g. because it's compressed already), your mac will crash. To remove the stray rts, either execute the MPW command: File shoveit.a; cut 399:399 or equivalently remove the 'rts' line in the following sequence in shoveit.a: add.l loglen,opb+ioLEOF(a6) lea opb(a6),a0 _SetEof bne write_err -->> rts endif# move.l loglen,d0 @ret add.l d0,shdr.length(a6) move.w crc,d1 My apologies. -- gz@entity.com ...!mit-eddie!gz To err is human, to really screw things up you need MPW.