Forgot to store util_rbtree.c before previous commit.

This commit is contained in:
Thomas Schmitt 2010-09-01 19:18:35 +02:00
parent ba11413a6f
commit 95121e2f9f
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ void ** iso_rbtree_to_array(IsoRBTree *tree, int (*include_item)(void *),
free((char *) array);
return NULL;
}
array= new_array;
if (size) {
*size = pos;
}