slstatus

My fork of https://tools.suckless.org/slstatus/
git clone https://git.inz.fi/slstatus
Log | Files | Refs | README | LICENSE

commit f9609f4ff421787bfa46b8f1c6ef2419b7679f7b
parent 11ce8ed0136112138606895754297454f4601e67
Author: Aaron Marcher <me@drkhsh.at>
Date:   Thu, 17 May 2018 17:28:32 +0200

Change done to int as it is the CPU's natural type

Diffstat:
Mslstatus.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slstatus.c b/slstatus.c @@ -19,7 +19,7 @@ struct arg { char *argv0; char buf[1024]; -static unsigned short int done; +static int done; static Display *dpy; #include "config.h"