Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!oberon!orion.cf.uci.edu!uci-ics!glacier.ics.uci.edu!schmidt From: schmidt@glacier.ics.uci.edu (Doug Schmidt) Newsgroups: gnu.g++.lib.bug Subject: Re: typo in Vec.ccP Message-ID: <10700@paris.ics.uci.edu> Date: 28 Mar 89 07:03:45 GMT References: <10699@paris.ics.uci.edu> Sender: news@paris.ics.uci.edu Reply-To: Doug Schmidt Organization: University of California at Irvine: ICS Dept. Lines: 38 In article <10699@paris.ics.uci.edu> Doug Schmidt writes: ++ ++ The following patch fixes a typo in the libg++ 1.34 Vec.ccP file. ++ Oops, wrong fix. This will teach me not to simply provide textual substitution patches without engaging my brain first! I *think* this gets it right.... Doug *** Vec.ccP.~1~ Mon Mar 27 22:46:44 1989 --- Vec.ccP Mon Mar 27 23:00:58 1989 *************** *** 350,357 **** if (j != base) { c = *j; ! *j++ = *base; ! *j = c; } for (min = base; (hi = min += 1) < max;) { --- 350,357 ---- if (j != base) { c = *j; ! *j = *base; ! *j++ = c; } for (min = base; (hi = min += 1) < max;) { -- On a clear day, under blue skies, there is no need to seek. And asking about Buddha +------------------------+ Is like proclaiming innocence, | schmidt@ics.uci.edu | With loot in your pocket. | office: (714) 856-4043 |