| tMy CMD was too short. :O - surf - customized build of surf, the suckless webki… | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 9333d5d72740b97d66df9bc4e3777d24c884c033 | |
| parent e7d1c09916f2edc8a6b9638f1695a740cf803fc4 | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Sun, 18 Jan 2015 11:44:39 +0100 | |
| My CMD was too short. :O | |
| Thanks Carlos Torres for mentioning this. | |
| Diffstat: | |
| M surf.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/surf.c b/surf.c | |
| t@@ -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]; | |