Merge pull request #744 from littlefs-project/fix-fetchmatch-err-path

Fix lfs_dir_fetchmatch not propogating bd errors correctly in one case
This commit is contained in:
Christopher Haster
2022-11-10 10:32:30 -06:00
committed by GitHub

1
lfs.c
View File

@@ -1157,6 +1157,7 @@ static lfs_stag_t lfs_dir_fetchmatch(lfs_t *lfs,
dir->erased = false;
break;
}
return err;
}
lfs_pair_fromle32(temptail);
}