all repos — slstatus @ f9609f4ff421787bfa46b8f1c6ef2419b7679f7b

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

Change done to int as it is the CPU's natural type
Aaron Marcher me@drkhsh.at
Thu, 17 May 2018 17:28:32 +0200
commit

f9609f4ff421787bfa46b8f1c6ef2419b7679f7b

parent

11ce8ed0136112138606895754297454f4601e67

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

jump to
M slstatus.cslstatus.c

@@ -19,7 +19,7 @@ };

char *argv0; char buf[1024]; -static unsigned short int done; +static int done; static Display *dpy; #include "config.h"