- Fixed a bug with --pp=100.
This commit is contained in:
parent
38a3fdb320
commit
0ffa7b81ec
@ -771,7 +771,11 @@ lastActiveRun (const System sys)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* there was a previous action, start scan from there */
|
/* there was a previous action, start scan from there */
|
||||||
|
#ifdef DEBUG
|
||||||
|
if (sys->porparam < 100)
|
||||||
return sys->traceRun[sys->step - 1] + sys->porparam;
|
return sys->traceRun[sys->step - 1] + sys->porparam;
|
||||||
|
#endif
|
||||||
|
return sys->traceRun[sys->step - 1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user