Ensure input is sorted.
This commit is contained in:
@@ -122,6 +122,8 @@ std::vector<std::string> Launcher::getInputFiles()
|
|||||||
result.push_back(itr->path().string());
|
result.push_back(itr->path().string());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::sort(result.begin(), result.end());
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user