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