Updated show_dir.c
This commit is contained in:
parent
c80f6617c3
commit
779a777894
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ void showDirectory(char *arg[]){
|
|||
return;
|
||||
}
|
||||
realpath(arg[1], path);
|
||||
printf("Path: %s\n", path);
|
||||
if(d){
|
||||
while((dir = readdir(d))){
|
||||
if(dir->d_type == 8){ //IF IS FILE
|
||||
|
|
|
|||
Reference in a new issue