Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site uw-beaver Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!houxm!vax135!cornell!uw-beaver!info-mac From: info-mac@uw-beaver Newsgroups: fa.info-mac Subject: Fix for broken .hcx files Message-ID: <605@uw-beaver> Date: Sun, 27-Jan-85 23:52:39 EST Article-I.D.: uw-beave.605 Posted: Sun Jan 27 23:52:39 1985 Date-Received: Tue, 29-Jan-85 05:47:59 EST Sender: daemon@uw-beaver Organization: U of Washington Computer Science Lines: 19 From: Ralph W. Hyre Jr. Apparently the only problem is an extra CRLF sequence at the end of each line. Resulting in output like this: *** END OF DATA *** CRC:F001 This would explain why binhex couldn't find the checksum. Anyway, I deleted the blank lines and the 'broken' file (dataflow.hcx in this case) worked fine. I suggest modifying binhex so that blank lines are ignored, it possible, as the superfluous CRLF problem is a common one when transferring files between operating systems. - Ralph Hyre -------