My CMD was too short. :O
authorChristoph Lohmann <20h@r-36.net>
Sun, 18 Jan 2015 10:44:39 +0000 (11:44 +0100)
committerChristoph Lohmann <20h@r-36.net>
Sun, 18 Jan 2015 10:44:39 +0000 (11:44 +0100)
Thanks Carlos Torres for mentioning this.

surf.c

diff --git a/surf.c b/surf.c
index a229994..72d26e7 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -955,7 +955,7 @@ newclient(void) {
 static void
 newwindow(Client *c, const Arg *arg, gboolean noembed) {
        guint i = 0;
-       const char *cmd[16], *uri;
+       const char *cmd[18], *uri;
        const Arg a = { .v = (void *)cmd };
        char tmp[64];