Update to Version 0.2.0
This commit is contained in:
parent
d240e44ec9
commit
538a5956b4
2 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
2
main.c
2
main.c
|
|
@ -18,7 +18,7 @@
|
|||
#include "utils/sys_info.h"
|
||||
|
||||
|
||||
#define VERSION "0.1.0"
|
||||
#define VERSION "0.2.0"
|
||||
#define AUTHOR "netbenix"
|
||||
|
||||
void exit_app(){
|
||||
|
|
|
|||
Reference in a new issue