diff --git a/trick_source/sim_services/ScheduledJobQueue/ScheduledJobQueue.cpp b/trick_source/sim_services/ScheduledJobQueue/ScheduledJobQueue.cpp index 80e35cfd..70a89992 100644 --- a/trick_source/sim_services/ScheduledJobQueue/ScheduledJobQueue.cpp +++ b/trick_source/sim_services/ScheduledJobQueue/ScheduledJobQueue.cpp @@ -58,7 +58,7 @@ static bool compare_job_data(const Trick::JobData *a, const Trick::JobData *b) { if (asoi > bsoi) return false ; - return a->id <= b->id ; + return a->id < b->id ; } /**