Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
s/TILED/TILE/g
[dwm.git]
/
util.c
diff --git
a/util.c
b/util.c
index
2eb9eb2
..
e19e3e9
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-56,7
+56,7
@@
spawn(Arg *arg)
if(dpy)
close(ConnectionNumber(dpy));
setsid();
- execl(shell, shell, "-c", arg->cmd, NULL);
+ execl(shell, shell, "-c", arg->cmd,
(char *)
NULL);
fprintf(stderr, "dwm: execl '%s -c %s'", shell, arg->cmd);
perror(" failed");
}