refactored the parser

This commit is contained in:
Marc
2022-10-02 14:02:01 +02:00
parent 3cedc7a182
commit b8fb39e393
12 changed files with 751 additions and 652 deletions
-1
View File
@@ -44,7 +44,6 @@ int copy(const char * path, const char * dest, u_int32_t flags) {
args[argIndex] = NULL;
int pid = fork();
if(pid == 0) {
//discard the const. since we are in a fork we don't care.