Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/secure/cmds/creators/ls.c 无法显示目录下文件 #2

Open
seikichin opened this issue Feb 15, 2020 · 0 comments
Open

/secure/cmds/creators/ls.c 无法显示目录下文件 #2

seikichin opened this issue Feb 15, 2020 · 0 comments

Comments

@seikichin
Copy link

需要把 if(borg[dir]) borg[dir] += get_dir(dir+tmp[x-1], -1);
改为if(borg[dir]) borg[dir] += get_dir(dir, -1);
else borg[dir] = get_dir(dir+tmp[x-1], -1);
改为else borg[dir] = get_dir(dir, -1);
就可以显示了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant