Skip to content

Commit

Permalink
Merge pull request #744 from littlefs-project/fix-fetchmatch-err-path
Browse files Browse the repository at this point in the history
Fix lfs_dir_fetchmatch not propogating bd errors correctly in one case
  • Loading branch information
geky committed Nov 10, 2022
2 parents 70298ee + d08f949 commit 6a53d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,7 @@ static lfs_stag_t lfs_dir_fetchmatch(lfs_t *lfs,
dir->erased = false;
break;
}
return err;
}
lfs_pair_fromle32(temptail);
}
Expand Down

0 comments on commit 6a53d76

Please sign in to comment.