From 3e9876c9d68b65fb8a9f52296d82d2cae5b3944b Mon Sep 17 00:00:00 2001 From: hisakiyo <34187647+hisakiyo@users.noreply.github.com> Date: Thu, 9 Apr 2020 00:51:56 +0200 Subject: Update dwmblocks.c --- dwmblocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwmblocks.c b/dwmblocks.c index 0439e00..476aa90 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -33,7 +33,7 @@ static Window root; static char statusbar[LENGTH(blocks)][50] = {0}; static char statusstr[256]; static char *statuscat; - +static int statusContinue=1; void replace(char *str, char old, char new) { int N = strlen(str); -- cgit v1.2.3