status

statusbar program for dwm
git clone anongit@rnpnr.xyz:status.git
Log | Files | Refs | Feed | README | LICENSE

Commit: ac52e6f337cef50833a93c841e889a8129d57d48
Parent: d3d4ceb01a15be1db916fcc4bd7f5b11e9e2fdc1
Author: Randy Palamar
Date:   Sun,  4 Apr 2021 11:40:08 -0600

remove unneeded mpd_response_finish() call from mpd.c

Diffstat:
Mblocks/mpd.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/blocks/mpd.c b/blocks/mpd.c @@ -51,7 +51,6 @@ mpd(struct Block *b) if (status) mpd_status_free(status); - mpd_response_finish(conn); mpd_send_idle(conn); return snprintf(b->curstr, LEN(b->curstr), b->fmt, buf);