Skip to content

Commit

Permalink
Initialise field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Loader committed Nov 12, 2011
1 parent 9bf6f56 commit 5e090e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changeset.c
Expand Up @@ -17,6 +17,7 @@
void changeset_init (changeset_t * cs)
{
cs->ready_index = SIZE_MAX;
cs->mark = 0;
cs->unready_count = 0;
cs->children = NULL;
cs->children_end = NULL;
Expand Down

0 comments on commit 5e090e0

Please sign in to comment.