Makefile fix and vol_perc fix for mute
Aaron Marcher info@nulltime.net
Mon, 09 Jan 2017 12:05:29 +0100
2 files changed,
2 insertions(+),
4 deletions(-)
M
slstatus.c
→
slstatus.c
@@ -658,9 +658,7 @@ }
} close(afd); - if (v == 0) { - return smprintf("mute"); - } + return smprintf("%d%%", v & 0xff); }