On Fri, 3 May 2002, Dustin Navea wrote: > > - if (infoPtr->parts && (nPart < 0 || nPart >= > infoPtr->numParts)) { > + if (infoPtr->parts && nPart >= 0 && nPart < > infoPtr->numParts)) { > > i noticed one problem with the changed line above: > > + if (infoPtr->parts && nPart >= 0 && nPart < > infoPtr->numParts)) { > ^ > > there is one too many closing parenthesis, so if > someone wants to change that before the next snapshot, > please....
He, he. My turn to make a dumb error. But we'll get that code right. It will just take 3 or 4 more iterations :-) -- Francois Gouget [EMAIL PROTECTED] http://fgouget.free.fr/ In a world without fences who needs Gates?