/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] Kill a bunch of pointer sign warnings for gcc4
[git/git.git]
/
ls-tree.c
diff --git
a/ls-tree.c
b/ls-tree.c
index
4231c4b
..
a69eac8
100644
(file)
--- a/
ls-tree.c
+++ b/
ls-tree.c
@@
-24,7
+24,7
@@
static void print_path_prefix(struct path_prefix *prefix)
}
static void list_recursive(void *buffer,
- const
unsigned
char *type,
+ const char *type,
unsigned long size,
struct path_prefix *prefix)
{