mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
Fixed JobData comparison
This commit is contained in:
parent
2fb3c79ee8
commit
43c463e22f
@ -58,7 +58,7 @@ static bool compare_job_data(const Trick::JobData *a, const Trick::JobData *b) {
|
|||||||
if (asoi > bsoi)
|
if (asoi > bsoi)
|
||||||
return false ;
|
return false ;
|
||||||
|
|
||||||
return a->id <= b->id ;
|
return a->id < b->id ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user