commit 3e9876c9d68b65fb8a9f52296d82d2cae5b3944b
parent 177d5b4678e58fd513abbfe70b6ed8dd3163e1c3
Author: hisakiyo <34187647+hisakiyo@users.noreply.github.com>
Date: Thu, 9 Apr 2020 00:51:56 +0200
Update dwmblocks.c
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);