- 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