Remove comment
This commit is contained in:
parent
b4de57c365
commit
8397dae386
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ void CardReader::presort() {
|
|||
#if HAS_FOLDER_SORTING
|
||||
else
|
||||
{
|
||||
sortingBaseArray = sort_order + /* sizeof(sort_order[0]) * */ (fileCnt - dirCnt);
|
||||
sortingBaseArray = sort_order + (fileCnt - dirCnt);
|
||||
sortCountFiles = dirCnt;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue