buren/enduro

Sorters need to be in right order

Closed this issue · 1 comments

originalSort = new SortName();
originalSort.insertInfo(basePath+"namnfil.txt", "Namn", rc);
originalSort = new SortStartTime();
originalSort.insertInfo(basePath+"starttider.txt", "StartTider", rc);
sort.insertInfo(paths, "Maltider", rc);
Works, doesn't work if sort.insertInfo(paths, "Maltider", rc); is on the first line.

Everything gets purged from raceEvent somewhere