Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!watmath!clyde!burl!ulysses!cbosgd!ucbvax!ucbcad!tektronix!uw-beaver!info-mac From: info-mac@uw-beaver Newsgroups: fa.info-mac Subject: macget bug fixes --- oops! Message-ID: <1004@uw-beaver> Date: Fri, 6-Jul-84 00:55:59 EDT Article-I.D.: uw-beave.1004 Posted: Fri Jul 6 00:55:59 1984 Date-Received: Sun, 1-Jul-84 07:36:25 EDT Sender: daemon@uw-beave Organization: U of Washington Computer Science Lines: 24 From: Dave Johnson Here are two fixes for the macget distribution. The first breaks -u text mode, and the second was an oversight. Thanks to Dan Winkler at Harvard for catching them so quickly. Just shows that merging two working programs doesn't necessarily work. Sorry for the confusion. diff macget.c.bad macget.c 336,337c336,337 < for (i = 0; i < count; i++) { < cksum += *bp++; --- > for (i = 0; i < count; bp++, i++) { > cksum += *bp; diff macget.l.bad macget.l 6c6 < .B macput --- > .B macget Dave Johnson