Xinqi Bao's Git

Makefile fix and vol_perc fix for mute
[slstatus.git] / slstatus.c
index 6d2e89e..89186d6 100644 (file)
@@ -658,9 +658,7 @@ vol_perc(const char *card)
        }
 
        close(afd);
-       if (v == 0) {
-               return smprintf("mute");
-       }
+
        return smprintf("%d%%", v & 0xff);
 }