pinosaur
/
dwmblocks.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd4575
)
Update dwmblocks.c
author
keikari
<34790748+keikari@users.noreply.github.com>
Sun, 16 Aug 2020 09:20:15 +0000
(12:20 +0300)
committer
GitHub
<noreply@github.com>
Sun, 16 Aug 2020 09:20:15 +0000
(12:20 +0300)
dwmblocks.c
patch
|
blob
|
history
diff --git
a/dwmblocks.c
b/dwmblocks.c
index
63d1547
..
2ce251e
100644
(file)
--- a/
dwmblocks.c
+++ b/
dwmblocks.c
@@
-178,7
+178,8
@@
int main(int argc, char** argv)
else if(!strcmp("-p",argv[i]))
writestatus = pstdout;
}
- delim[MIN(delimLen++, strlen(delim))] = '\0';
+ delim = MIN(delimLen, strlen(delim));
+ delim[delimLen++] = '\0';
signal(SIGTERM, termhandler);
signal(SIGINT, termhandler);
statusloop();