URI:
       tMerge pull request #6 from algernon/h/size-compare-fix - wmutils - X windows manipulation utilities
  HTML git clone git://z3bra.org/wmutils
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7bf9b6fc2a1f0722975f65b41982af52afcbea5e
   DIR parent 4d7c08d5293fb73264077e98f5995cdf3cb09c7e
  HTML Author: zebra v3.1 <z3bratabs@users.noreply.github.com>
       Date:   Fri, 12 Dec 2014 13:04:45 +0100
       
       Merge pull request #6 from algernon/h/size-compare-fix
       
       watter.c: Use size_t to silence a compiler warning
       Diffstat:
         M wattr.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/wattr.c b/wattr.c
       t@@ -57,7 +57,7 @@ getattribute(xcb_window_t w, int attr)
        int
        main(int argc, char **argv)
        {
       -        int i,c;
       +        size_t i,c;
                xcb_window_t w = 0;
        
                if (argc < 2 || (strncmp(argv[1], "-h", 2) == 0)) {