summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-01-18 11:44:39 +0100
committerChristoph Lohmann <20h@r-36.net>2015-01-18 11:44:39 +0100
commit9333d5d72740b97d66df9bc4e3777d24c884c033 (patch)
tree93290d2aef597ea510cd24015853b8dd12411c60
parente7d1c09916f2edc8a6b9638f1695a740cf803fc4 (diff)
downloadsurf-9333d5d72740b97d66df9bc4e3777d24c884c033.tar.gz
surf-9333d5d72740b97d66df9bc4e3777d24c884c033.tar.bz2
surf-9333d5d72740b97d66df9bc4e3777d24c884c033.zip
My CMD was too short. :O
Thanks Carlos Torres for mentioning this.
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index a229994..72d26e7 100644
--- 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];