未验证 提交 a7da2794 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4493 from mysterywolf/dfs_file

[dfs] cat命令执行后增加\n 与linux行为一致
......@@ -615,6 +615,7 @@ void cat(const char *filename)
}
}
while (length > 0);
rt_kprintf("\n");
dfs_file_close(&fd);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册