rtt-f030/components/dfs/filesystems/elmfat
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
..
option move to components directory 2010-04-18 15:01:28 +00:00
00readme.txt move to components directory 2010-04-18 15:01:28 +00:00
dfs_elm.c 第415行 2010-10-03 03:18:19 +00:00
diskio.c move to components directory 2010-04-18 15:01:28 +00:00
diskio.h move to components directory 2010-04-18 15:01:28 +00:00
ff.c add flush, statfs, mkfs to device file system interface. 2010-07-18 16:35:56 +00:00
ff.h the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface. 2010-07-14 23:31:16 +00:00
ffconf.h the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface. 2010-07-14 23:31:16 +00:00
integer.h move to components directory 2010-04-18 15:01:28 +00:00