Remove redundant position=0 in ::presort
This commit is contained in:
parent
b72ce00183
commit
8a068d4d36
|
|
@ -794,7 +794,6 @@ void CardReader::presort() {
|
||||||
uint16_t dirCnt = 0;
|
uint16_t dirCnt = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
position = 0;
|
|
||||||
//might need to also load the file at position 0 for filenameIsDir to work on the first file
|
//might need to also load the file at position 0 for filenameIsDir to work on the first file
|
||||||
if (fileCnt > 1) {
|
if (fileCnt > 1) {
|
||||||
// Init sort order.
|
// Init sort order.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue