Skip to content
Snippets Groups Projects
Commit 9b411213 authored by schneider's avatar schneider
Browse files

fix(fs): Actually count up FDs

parent 8894d590
No related branches found
No related tags found
No related merge requests found
...@@ -285,6 +285,7 @@ efs_get_new(EpicFileSystem *fs, uint32_t *idx, struct FatObject **obj, int *rc) ...@@ -285,6 +285,7 @@ efs_get_new(EpicFileSystem *fs, uint32_t *idx, struct FatObject **obj, int *rc)
} }
*obj = &fs->pool[index]; *obj = &fs->pool[index];
*idx = index;
return true; return true;
} }
......
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