Unverified Commit d86b9f79 by Colin Stolley Committed by GitHub

Update src/refdb_fs.c

Co-authored-by: Edward Thomson <ethomson@github.com>
parent 678c9ddf
......@@ -651,7 +651,7 @@ static int packed_lookup(
return packed_unsorted_lookup(out, backend, ref_name);
left = backend->packed_refs_map.data;
right = data_end = ((const char *)backend->packed_refs_map.data) +
right = data_end = backend->packed_refs_map.data +
backend->packed_refs_map.len;
while (left < right && *left == '#') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment