rtt-f030/components/dfs/filesystems
jiaojinxing1987@gmail.com 47c5101124 第415行
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
2010-10-03 03:18:19 +00:00
..
elmfat 第415行 2010-10-03 03:18:19 +00:00
nfs fix memory leak issue 2010-09-11 03:45:18 +00:00
romfs fix O_RDWR issue in ELM FatFs. 2010-09-14 04:45:45 +00:00
uffs fix O_RDWR issue in ELM FatFs. 2010-09-14 04:45:45 +00:00