Skip to content

Commit

Permalink
fine touch
Browse files Browse the repository at this point in the history
  • Loading branch information
solariun committed Nov 11, 2019
1 parent 11b6ea7 commit dc9a0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorePartition/CorePartition.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ inline static void SleepBeforeTask (uint64_t nCurTime)
nMin = __CALC (nCThread) + 1;
}

sleepCTime (nMin);
if (nMin > 0) sleepCTime (nMin);
}


Expand Down

0 comments on commit dc9a0f5

Please sign in to comment.