Unverified Commit a0381cf2 by Colin Stolley Committed by GitHub

Update src/refdb_fs.c

Co-authored-by: Edward Thomson <ethomson@github.com>
parent 10abd7bc
......@@ -141,7 +141,7 @@ static int packed_reload(refdb_fs_backend *backend)
scan = (char *)packedrefs.ptr;
eof = scan + packedrefs.size;
scan = (char *)packed_set_peeling_mode(scan, packedrefs.size, backend);
scan = packed_set_peeling_mode(scan, packedrefs.size, backend);
if (!scan) {
goto parse_failed;
}
......
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