diff options
Diffstat (limited to 'dwmblocks.c')
| -rw-r--r-- | dwmblocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmblocks.c b/dwmblocks.c index 709ce87..0794df4 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -37,7 +37,7 @@ static Display *dpy; static int screen; static Window root; static char statusbar[LENGTH(blocks)][CMDLENGTH] = {0}; -static char statusstr[2][256]; +static char statusstr[2][512] = {0}; static int statusContinue = 1; static void (*writestatus) () = setroot; |