(svn r22145) -Codechange: Do explicit test for non-bool values.
This commit is contained in:
@@ -456,7 +456,7 @@ public:
|
||||
}
|
||||
|
||||
/* if min speed was requested, return it */
|
||||
if (pmin_speed) *pmin_speed = min_speed;
|
||||
if (pmin_speed != NULL) *pmin_speed = min_speed;
|
||||
return max_speed;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user