mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-08 09:36:43 +00:00
Fixed a compile error in VS2013.
This commit is contained in:
parent
f3a302ad8e
commit
6014b7b59c
@ -213,7 +213,7 @@ static int config_refresh(git_config_backend *cfg)
|
|||||||
int res = 0, updated = 0, any_updated = 0;
|
int res = 0, updated = 0, any_updated = 0;
|
||||||
diskfile_backend *b = (diskfile_backend *)cfg;
|
diskfile_backend *b = (diskfile_backend *)cfg;
|
||||||
git_strmap *old_values;
|
git_strmap *old_values;
|
||||||
struct reader *reader;
|
struct reader *reader = NULL;
|
||||||
uint32_t i;
|
uint32_t i;
|
||||||
|
|
||||||
for (i = 0; i < git_array_size(b->readers); i++) {
|
for (i = 0; i < git_array_size(b->readers); i++) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user