Fix a critical bug with exFAT FatFs + a list bug

Nintendo you hear? Fix your driver already.
(for us never caused any problem, because we always sync fs dir changes to medium.)
This commit is contained in:
Kostas Missos
2018-08-22 03:38:25 +03:00
parent c5a6ad823e
commit da5a1a9641
3 changed files with 8 additions and 11 deletions

View File

@@ -168,10 +168,10 @@ int ini_parse(link_t *dst, char *ini_path, bool is_dir)
f_close(&fp);
} while (is_dir);
if (csec)
list_append(dst, &csec->link);
if (csec)
list_append(dst, &csec->link);
} while (is_dir);
free(filename);
free(filelist);