[hackers] [slstatus] Change done to int as it is the CPU's natural type || Aaron Marcher

From: <git_AT_suckless.org>
Date: Thu, 17 May 2018 17:42:52 +0200 (CEST)

commit f9609f4ff421787bfa46b8f1c6ef2419b7679f7b
Author: Aaron Marcher <me_AT_drkhsh.at>
AuthorDate: Thu May 17 17:28:32 2018 +0200
Commit: Aaron Marcher <me_AT_drkhsh.at>
CommitDate: Thu May 17 17:28:32 2018 +0200

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

diff --git a/slstatus.c b/slstatus.c
index 5842b3e..e8d367b 100644
--- a/slstatus.c
+++ b/slstatus.c
_AT_@ -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"
Received on Thu May 17 2018 - 17:42:52 CEST

This archive was generated by hypermail 2.3.0 : Thu May 17 2018 - 17:48:24 CEST