X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/7358f63015a27d1c22816a3c1f734c3d4beed115..2d386e227e0b75474efcfe82e9fec7d0f21c6df4:/ui-blob.c diff --git a/ui-blob.c b/ui-blob.c index a025bca..388a017 100644 --- 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,