all repos — slstatus @ f28e2682fdea5991891bf5f784292dc8fe7603a5

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

* != **
Ali H. Fardan raiz@firemail.cc
Wed, 14 Sep 2016 03:35:09 +0300
commit

f28e2682fdea5991891bf5f784292dc8fe7603a5

parent

3e04f1d910b2bab606e2bcaa61a0cee4f9cfe8b8

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M slstatus.cslstatus.c

@@ -116,7 +116,7 @@

static char * battery_state(const char *battery) { - char *state[12]; + char state[12]; FILE *fp; if (!state) {

@@ -607,7 +607,7 @@ main(void)

{ unsigned short int i; char status_string[4096]; - char *res, *element, *status_old; + char *res, *element; struct arg argument; struct sigaction act;