mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 09:53:23 +00:00
Merge pull request #2351 from linquize/init-var
Initialize local variable
This commit is contained in:
commit
7851e595ad
@ -703,7 +703,7 @@ static int fix_thin_pack(git_indexer *idx, git_transfer_progress *stats)
|
||||
size_t size;
|
||||
git_otype type;
|
||||
git_mwindow *w = NULL;
|
||||
git_off_t curpos;
|
||||
git_off_t curpos = 0;
|
||||
unsigned char *base_info;
|
||||
unsigned int left = 0;
|
||||
git_oid base;
|
||||
|
Loading…
Reference in New Issue
Block a user