]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-tree.c
Use git-1.5.3.3
[cgit.git] / ui-tree.c
index 15d1f5a923c87f9b30bc284ca2c8250a208e1563..d6bcec3cfefd21e16e7d4e37737c13ec0949915f 100644 (file)
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -15,7 +15,7 @@ int header = 0;
 static void print_object(const unsigned char *sha1, char *path)
 {
        enum object_type type;
-       unsigned char *buf;
+       char *buf;
        unsigned long size, lineno, start, idx;
        const char *linefmt = "<tr><td class='no'><a name='%1$d'>%1$d</a></td><td class='txt'>";