diff options
| author | hisakiyo <34187647+hisakiyo@users.noreply.github.com> | 2020-04-09 00:51:56 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-09 00:51:56 +0200 | 
| commit | 3e9876c9d68b65fb8a9f52296d82d2cae5b3944b (patch) | |
| tree | 28bb8b6f823319280ba412e1d8db974b31b9853e | |
| parent | old vol commands removed (diff) | |
| download | dwmblocks-3e9876c9d68b65fb8a9f52296d82d2cae5b3944b.tar.gz dwmblocks-3e9876c9d68b65fb8a9f52296d82d2cae5b3944b.tar.bz2 dwmblocks-3e9876c9d68b65fb8a9f52296d82d2cae5b3944b.tar.xz dwmblocks-3e9876c9d68b65fb8a9f52296d82d2cae5b3944b.tar.zst dwmblocks-3e9876c9d68b65fb8a9f52296d82d2cae5b3944b.zip | |
Update dwmblocks.c
| -rw-r--r-- | dwmblocks.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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); | 
