Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2012-11-21 02:01:46 +0400
committerBen Straub <bs@github.com>2012-11-28 01:18:28 +0400
commite120123e369a036cd40b8f085cebd55463466796 (patch)
tree287aa87eeb807edd042dcb08ab5add3149054c7b /src/iterator.c
parent824cb2d5e587f13b596933b991c7d8568422946a (diff)
API review / update for tree.h
Diffstat (limited to 'src/iterator.c')
-rw-r--r--src/iterator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iterator.c b/src/iterator.c
index ee83a4fda..ec3c08ee7 100644
--- a/src/iterator.c
+++ b/src/iterator.c
@@ -85,7 +85,7 @@ struct tree_iterator_frame {
tree_iterator_frame *next, *prev;
git_tree *tree;
char *start;
- unsigned int index;
+ size_t index;
};
typedef struct {