🐛 Reset workDirDepth in cdroot() (#22441)

This commit is contained in:
vyacheslav-shubin 2021-07-28 22:55:04 +03:00 committed by Scott Lahteine
parent 55cf3bd5ee
commit 99f917c022

View File

@ -1024,6 +1024,7 @@ int8_t CardReader::cdup() {
void CardReader::cdroot() {
workDir = root;
flag.workDirIsRoot = true;
workDirDepth = 0;
TERN_(SDCARD_SORT_ALPHA, presort());
}