My CMD was too short. :O
Thanks Carlos Torres for mentioning this.
This commit is contained in:
parent
e7d1c09916
commit
9333d5d727
2
surf.c
2
surf.c
|
@ -955,7 +955,7 @@ newclient(void) {
|
||||||
static void
|
static void
|
||||||
newwindow(Client *c, const Arg *arg, gboolean noembed) {
|
newwindow(Client *c, const Arg *arg, gboolean noembed) {
|
||||||
guint i = 0;
|
guint i = 0;
|
||||||
const char *cmd[16], *uri;
|
const char *cmd[18], *uri;
|
||||||
const Arg a = { .v = (void *)cmd };
|
const Arg a = { .v = (void *)cmd };
|
||||||
char tmp[64];
|
char tmp[64];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue