Update to Version 0.2.0

This commit is contained in:
netbenixcn 2020-06-07 12:40:43 +02:00
parent d240e44ec9
commit 538a5956b4
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ void showDirectory(char *arg[]){
DIR *d;
struct dirent *dir;
char path[PATH_MAX];
d = opendir(arg[1]);
if(d == NULL){
printf("Folder not found.\n");