un commited old code

This commit is contained in:
Marc
2022-09-08 11:44:29 +02:00
parent a6f0b3367c
commit 39459df357
6 changed files with 42 additions and 93 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ int main(int argc, char const *argv[])
args[i-1] = (char *)argv[i];
//args have to be null terminated
args[argc - 1] = NULL;
args[argc - 1] = (char *) NULL;
printf("starting %s\n", argv[1]);