aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
Diffstat (limited to 'src/clef')
-rw-r--r--src/clef/edible.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clef/edible.c b/src/clef/edible.c
index f4116f3d..dd07181b 100644
--- a/src/clef/edible.c
+++ b/src/clef/edible.c
@@ -231,7 +231,7 @@ main(int argc, char *argv[])
program = strdup("/bin/sh");
else
program = strdup (program);
- execlp( program,program, (char *) 0);
+ execlp( program,program, (char *) NULL);
perror("clef trying to execlp the default child");
fprintf(stderr, "Process --> %s\n", program);
}