diff --git a/dwmblocks.c b/dwmblocks.c index 99c1a68..4f720f5 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -274,6 +274,7 @@ update1: if (current->pathc && current->signal) *(s++) = current->signal; } + *s = '\0'; return 1; }