rtt-f030/components
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
..
dfs 第415行 2010-10-03 03:18:19 +00:00
external git-svn-id: https://rt-thread.googlecode.com/svn/trunk@992 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 13:01:37 +00:00
finsh tetris module update 2010-09-25 15:32:34 +00:00
libc add sin, cos implementation 2010-09-25 16:37:31 +00:00
module tetris module update 2010-09-25 15:32:34 +00:00
net fix tftp create file fail bug 2010-08-01 23:23:11 +00:00
rtgui Fixed compile error caused by missing const declaration. 2010-09-28 02:17:45 +00:00
usb add SEP4020 porting directory. 2010-06-26 02:50:27 +00:00
SConscript git-svn-id: https://rt-thread.googlecode.com/svn/trunk@988 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:15:48 +00:00