提交 47a560b1 编写于 作者: wuyangyong's avatar wuyangyong

fixed result uninitialized issue.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1805 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 fbd0b064
......@@ -405,7 +405,7 @@ int dfs_elm_flush(struct dfs_fd* file)
int dfs_elm_lseek(struct dfs_fd* file, rt_off_t offset)
{
FRESULT result;
FRESULT result = FR_OK;
if (file->type == FT_REGULAR)
{
FIL* fd;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册