diff --git a/src/Platform/Results.cc b/src/Platform/Results.cc index 0bf4070..818f51e 100644 --- a/src/Platform/Results.cc +++ b/src/Platform/Results.cc @@ -231,6 +231,7 @@ namespace platform { cout << "No results found!" << endl; exit(0); } + sortDate(); show(); menu(); cout << "Done!" << endl;