Commit 04a6f415 authored by Claes Sjofors's avatar Claes Sjofors

rt_emon, CycleSup not evalued the first 20 laps as it might not be initalized yet

parent b95035c3
......@@ -1290,6 +1290,9 @@ cSup_exec (
nextLimit.tv_sec = o->NextLimit.tv_sec;
o->DetectCount++;
if ( time_Acomp( &nextLimit, NULL) == 0 && o->DetectCount < 20)
return;
diff = time_Acomp(&dnow, &nextLimit);
if (diff > 0 || (o->Delayed && !o->DelayNoted)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment