fix brainfade

Dustin Navea speeddymon at yahoo.com
Fri May 3 13:47:10 CDT 2002


-       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....

-Dustin

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com



More information about the wine-devel mailing list