From: sin Date: Mon, 8 Feb 2016 16:59:19 +0000 (+0000) Subject: Remove some const bullshit X-Git-Tag: v1.0~92^2~16 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9af81fdc653558a6bc69da5209136c1a1dc46b74;p=nnn.git Remove some const bullshit --- diff --git a/noice.c b/noice.c index fa773b0b..2f58ffba 100644 --- a/noice.c +++ b/noice.c @@ -171,7 +171,7 @@ xdirname(const char *path) } void -spawn(const char *file, const char *arg, const char *dir) +spawn(char *file, char *arg, char *dir) { pid_t pid; int status;