]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-blob.c
t0110: Chain together using &&
[cgit.git] / ui-blob.c
index a025bca5d8f501ded7e6da6d7ea6965485e3f75f..388a0177a30487959c0fb35d40cff64ce278aedf 100644 (file)
--- a/ui-blob.c
+++ b/ui-blob.c
@@ -14,8 +14,8 @@
 struct walk_tree_context {
        const char *match_path;
        unsigned char *matched_sha1;
-       int found_path:1;
-       int file_only:1;
+       unsigned int found_path:1;
+       unsigned int file_only:1;
 };
 
 static int walk_tree(const unsigned char *sha1, struct strbuf *base,