Merge pull request #1583 from Bluebear233/patch-1

Update dfs.c
This commit is contained in:
Bernard Xiong
2018-06-29 11:37:13 +08:00
committed by GitHub
+1 -1
View File
@@ -529,7 +529,7 @@ int list_fd(void)
{
struct dfs_fd *fd = fd_table->fds[index];
if (fd->fops)
if (fd != RT_NULL)
{
rt_kprintf("%2d ", index);
if (fd->type == FT_DIRECTORY) rt_kprintf("%-7.7s ", "dir");