We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89f1fe commit c6c6c0bCopy full SHA for c6c6c0b
src/refdb_fs.c
@@ -138,7 +138,7 @@ static int packed_reload(refdb_fs_backend *backend)
138
139
GIT_UNUSED(git_sortedcache_clear(backend->refcache, false));
140
141
- scan = (char *)packedrefs.ptr;
+ scan = packedrefs.ptr;
142
eof = scan + packedrefs.size;
143
144
scan = packed_set_peeling_mode(scan, packedrefs.size, backend);
0 commit comments