all repos — slstatus @ bc38677f4734e9239d6f2dc3df8e4c56c330167a

my build of slstatus (tools.suckless.org/slstatus/)

malloc sucks, you know?
Ali H. Fardan raiz@firemail.cc
Wed, 14 Sep 2016 03:35:53 +0300
commit

bc38677f4734e9239d6f2dc3df8e4c56c330167a

parent

f28e2682fdea5991891bf5f784292dc8fe7603a5

1 files changed, 0 insertions(+), 6 deletions(-)

jump to
M slstatus.cslstatus.c

@@ -119,12 +119,6 @@ {

char state[12]; FILE *fp; - if (!state) { - warn("Failed to get battery state."); - return smprintf(UNKNOWN_STR); - } - - ccat(3, "/sys/class/power_supply/", battery, "/status"); fp = fopen(concat, "r"); if (fp == NULL) {