Commit 7851e595 by Vicent Marti

Merge pull request #2351 from linquize/init-var

Initialize local variable
parents 2bcc1afd b3f27c43
...@@ -703,7 +703,7 @@ static int fix_thin_pack(git_indexer *idx, git_transfer_progress *stats) ...@@ -703,7 +703,7 @@ static int fix_thin_pack(git_indexer *idx, git_transfer_progress *stats)
size_t size; size_t size;
git_otype type; git_otype type;
git_mwindow *w = NULL; git_mwindow *w = NULL;
git_off_t curpos; git_off_t curpos = 0;
unsigned char *base_info; unsigned char *base_info;
unsigned int left = 0; unsigned int left = 0;
git_oid base; git_oid base;
......
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