Skip to content
Snippets Groups Projects
Commit 7d1f1337 authored by DL's avatar DL
Browse files

Fixed misprint in smartfs_utils.c

parent 21eff99d
No related branches found
No related tags found
No related merge requests found
......@@ -1825,6 +1825,7 @@ int smartfs_shrinkfile(FAR struct smartfs_mountpt_s *fs,
{
dest = (FAR uint8_t *)&sf->buffer;
destsize = fs->fs_llformat.availbytes;
}
else
{
offset = sizeof(struct smartfs_chain_header_s) + length;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment