Unverified Commit c6c6c0bd by Colin Stolley Committed by GitHub

Update src/refdb_fs.c

Co-authored-by: Edward Thomson <ethomson@github.com>
parent d89f1fe5
...@@ -138,7 +138,7 @@ static int packed_reload(refdb_fs_backend *backend) ...@@ -138,7 +138,7 @@ static int packed_reload(refdb_fs_backend *backend)
GIT_UNUSED(git_sortedcache_clear(backend->refcache, false)); GIT_UNUSED(git_sortedcache_clear(backend->refcache, false));
scan = (char *)packedrefs.ptr; scan = packedrefs.ptr;
eof = scan + packedrefs.size; eof = scan + packedrefs.size;
scan = packed_set_peeling_mode(scan, packedrefs.size, backend); scan = packed_set_peeling_mode(scan, packedrefs.size, backend);
......
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