Commit b3f27c43 by Linquize

Initialize local variable

parent 03fcef18
......@@ -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;
......
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