Imported Upstream version 2.14.3
[platform/upstream/git.git] / line-log.h
index 7a5c24e..e2a5ee7 100644 (file)
@@ -14,7 +14,7 @@ struct range {
 
 /* A set of ranges.  The ranges must always be disjoint and sorted. */
 struct range_set {
-       int alloc, nr;
+       unsigned int alloc, nr;
        struct range *ranges;
 };