Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemove unnecessary warning - spoon - dwm status utility (2f30 fork)
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 4fbef7dcb04682ff3c8020c7d4f2a2fc29f1f0d6
parent 192d94ee41b5c6c7c9285e26cf2a070a36b7234e
Author: sin <[email protected]>
Date: Tue, 17 May 2016 00:19:13 +0100
Remove unnecessary warning
Diffstat:
M spoon.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/spoon.c b/spoon.c
t@@ -56,7 +56,6 @@ mpdread(char *buf, size_t len)
mpd_send_current_song(conn);
song = mpd_recv_song(conn);
if (song == NULL) {
- warnx("cannot recv mpd song");
ret = -1;
goto out;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.