diff options
Diffstat (limited to 'walker.c')
-rw-r--r-- | walker.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54,7 +54,8 @@ static int process_tree(struct walker *walker, struct tree *tree) obj = &tree->object; } else { - struct blob *blob = lookup_blob(entry.oid); + struct blob *blob = lookup_blob(the_repository, + entry.oid); if (blob) obj = &blob->object; } |