47c5101124
if (fno.fattrib & AM_DIR) d->d_type &= DFS_DT_DIR; else d->d_type &= DFS_DT_REG; 改为: if (fno.fattrib & AM_DIR) d->d_type = DFS_DT_DIR; else d->d_type = DFS_DT_REG; git-svn-id: https://rt-thread.googlecode.com/svn/trunk@997 bbd45198-f89e-11dd-88c7-29a3b14d5316 |
||
---|---|---|
.. | ||
option | ||
00readme.txt | ||
dfs_elm.c | ||
diskio.c | ||
diskio.h | ||
ff.c | ||
ff.h | ||
ffconf.h | ||
integer.h |