Path: news.uiowa.edu!news.physics.uiowa.edu!math.ohio-state.edu!jussieu.fr!rain.fr!world-net!pm1-197.sct.fr!user From: webmaster@cardshow.com (Michael Guitton) Newsgroups: comp.sys.apple2.programmer Subject: Finder 6.0.1 rBundle bug Date: Wed, 21 Aug 1996 16:19:51 +0200 Organization: Analyses & Syntheses Lines: 19 Message-ID: NNTP-Posting-Host: pm1-197.sct.fr If you don't want Finder 6.0.1 to add multiple entries to your Desktop file when selecting "Icon Info..." item for a non-S16 ($B3) file, here is a one-byte patch: 1. find the hexadecimal sequence in Data fork: $A0 18 00 B7 01 C9 B3 00 F0 78 F4... ^ BEQ 2. replace by: $A0 18 00 B7 01 C9 B3 00 80 78 F4... ^ BRA -- Michael webmaster@cardshow.com