mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 09:36:47 +00:00
msvc: No void* arithmetic on Windows
This commit is contained in:
parent
4cf9323be1
commit
5a284edca4
@ -376,7 +376,7 @@ static int do_progress_callback(git_indexer_stream *idx, git_transfer_progress *
|
||||
}
|
||||
|
||||
/* Hash everything but the last 20B of input */
|
||||
static void hash_partially(git_indexer_stream *idx, const void *data, size_t size)
|
||||
static void hash_partially(git_indexer_stream *idx, const uint8_t *data, size_t size)
|
||||
{
|
||||
int to_expell, to_keep;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user