提交 7f77bab2 编写于 作者: I iamyhw@gmail.com

update uffs filesystem read access error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1638 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 561eac93
......@@ -174,7 +174,7 @@ int dfs_uffs_read(struct dfs_fd* fd, void* buf, rt_size_t count)
RT_ASSERT(fd != RT_NULL);
/* update position */
fp->pos = fd->pos;
fd->pos = fp->pos;
return uffs_ReadObject(fp, buf, count);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册