
Improper logical expression evauation
When using the debugger, the if statement in the
aTask thread does not evaluate properly; i.e., when time_msec is negative, the expression still evaluates as true, and the debugger steps to the wait1Msec. Note: the following was intentionally modified to provide a negative value of time_msec.
- Olorin