fix brainfade

Francois Gouget fgouget at free.fr
Fri May 3 17:27:51 CDT 2002


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         fgouget at free.fr        http://fgouget.free.fr/
                  In a world without fences who needs Gates?




More information about the wine-devel mailing list