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;
|
DIR *d;
|
||||||
struct dirent *dir;
|
struct dirent *dir;
|
||||||
char path[PATH_MAX];
|
char path[PATH_MAX];
|
||||||
|
|
||||||
d = opendir(arg[1]);
|
d = opendir(arg[1]);
|
||||||
if(d == NULL){
|
if(d == NULL){
|
||||||
printf("Folder not found.\n");
|
printf("Folder not found.\n");
|
||||||
|
|
|
||||||
2
main.c
2
main.c
|
|
@ -18,7 +18,7 @@
|
||||||
#include "utils/sys_info.h"
|
#include "utils/sys_info.h"
|
||||||
|
|
||||||
|
|
||||||
#define VERSION "0.1.0"
|
#define VERSION "0.2.0"
|
||||||
#define AUTHOR "netbenix"
|
#define AUTHOR "netbenix"
|
||||||
|
|
||||||
void exit_app(){
|
void exit_app(){
|
||||||
|
|
|
||||||
Reference in a new issue