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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user