fatfs: fix stat bug
This commit is contained in:
@@ -4397,6 +4397,7 @@ FRESULT tos_f_stat (
|
|||||||
|
|
||||||
/* Get logical drive */
|
/* Get logical drive */
|
||||||
res = find_volume(fs, 0);
|
res = find_volume(fs, 0);
|
||||||
|
dj.obj.fs = fs;
|
||||||
if (res == FR_OK) {
|
if (res == FR_OK) {
|
||||||
INIT_NAMBUF(dj.obj.fs);
|
INIT_NAMBUF(dj.obj.fs);
|
||||||
res = follow_path(&dj, path); /* Follow the file path */
|
res = follow_path(&dj, path); /* Follow the file path */
|
||||||
|
Reference in New Issue
Block a user