Update dwmblocks.c

This commit is contained in:
hisakiyo 2020-04-09 00:51:56 +02:00 committed by GitHub
parent 177d5b4678
commit 3e9876c9d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);