Fix some bugs in TreeSet implementation
authorDidier 'Ptitjes <ptitjes@free.fr>
Tue, 15 Sep 2009 23:51:28 +0000 (01:51 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Tue, 15 Sep 2009 23:55:37 +0000 (01:55 +0200)
commite8b2a13943cb2c1273b341cf677d7735a4a67bb8
treeeff85b7f5dd1ba310dd9aa92365de43f73e3ed66
parent09b6dec99a728e65c80b143fe9d13b65f26d5f34
Fix some bugs in TreeSet implementation

Fixes part of bug 594868.

The access to child nodes two level deeper does not check that the
child at the intermediate level is not null.
Also has_next was incorrectly handled in case of an empty set.
gee/treeset.vala