Skip to content

Commit

Permalink
Update FileSorts.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseFC3000 authored Jul 17, 2024
1 parent 7bd18b1 commit 45487e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-app/src/FileSorts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace FileSorts
return name1.compare(name2) < 0;
}

bool compareReleaseDate(const FileData* file1, const FileData* file2)
bool compareFirstRelease(const FileData* file1, const FileData* file2)
{
// since it's stored as an ISO string (YYYYMMDDTHHMMSS), we can compare as a string
// as it's a lot faster than the time casts and then time comparisons
Expand Down

0 comments on commit 45487e7

Please sign in to comment.