diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/indexer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexer.c b/src/indexer.c index aaaf093d1..ceb11f0b6 100644 --- a/src/indexer.c +++ b/src/indexer.c @@ -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; |