Skip to content
Snippets Groups Projects
Commit 79955f0c authored by Robby Candra's avatar Robby Candra Committed by Scott Lahteine
Browse files

Fix PLR file delete bug (#13860)

parent 09f1b581
Branches
Tags
No related merge requests found
...@@ -1038,7 +1038,7 @@ void CardReader::printingHasFinished() { ...@@ -1038,7 +1038,7 @@ void CardReader::printingHasFinished() {
#if ENABLED(POWER_LOSS_RECOVERY) #if ENABLED(POWER_LOSS_RECOVERY)
constexpr char job_recovery_file_name[4] = "PLR"; constexpr char job_recovery_file_name[5] = "/PLR";
bool CardReader::jobRecoverFileExists() { bool CardReader::jobRecoverFileExists() {
const bool exists = recovery.file.open(&root, job_recovery_file_name, O_READ); const bool exists = recovery.file.open(&root, job_recovery_file_name, O_READ);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment