mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
parent
a90b864a3b
commit
504c569f9c
@ -302,11 +302,13 @@ void CardReader::printListing(
|
||||
pathLong[lenPrependLong - 1] = '/';
|
||||
}
|
||||
strcpy(pathLong + lenPrependLong, longFilename);
|
||||
printListing(child, /*includeLongNames=*/true, path, pathLong);
|
||||
printListing(child, true, path, pathLong);
|
||||
}
|
||||
else
|
||||
printListing(child, false, path);
|
||||
#else
|
||||
printListing(child, path);
|
||||
#endif
|
||||
printListing(child, path);
|
||||
else {
|
||||
SERIAL_ECHO_MSG(STR_SD_CANT_OPEN_SUBDIR, dosFilename);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user