🐛 Reset workDirDepth in cdroot() (#22441)

This commit is contained in:
vyacheslav-shubin
2021-08-08 23:51:49 -05:00
committed by Scott Lahteine
parent 55cf3bd5ee
commit 99f917c022
+1
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());
}