]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-diff.c
Avoid signed bitfields
[ps-cgit] / ui-diff.c
index 8eff178c6e3e8cd33c64c8bf5b21a0c143ce112e..1cf2ce0c8e32b1a600b855c0d9951297d2fdcafa 100644 (file)
--- a/ui-diff.c
+++ b/ui-diff.c
@@ -31,7 +31,7 @@ static struct fileinfo {
        unsigned int removed;
        unsigned long old_size;
        unsigned long new_size;
-       int binary:1;
+       unsigned int binary:1;
 } *items;
 
 static int use_ssdiff = 0;