Deletion case 2c can shift the root; case 3b is not the only case that
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 2 Oct 2000 11:47:30 +0000 (11:47 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 2 Oct 2000 11:47:30 +0000 (11:47 +0000)
commite9e9556d79dc57f41a65ce538f5b2fa1ae0dd6b6
tree8ad3c69614cd9004fe13f6df1ebb32e4aba6699a
parent3d5c1aa6cc98142bafa7e110e064813eda8e4563
Deletion case 2c can shift the root; case 3b is not the only case that
can do that. The bad case happens when you have a root node containing
only one actual element, and its two child nodes have only one element
each, and you try to delete the element in the root.

git-svn-id: svn://svn.tartarus.org/sgt/putty@660 cda61777-01e9-0310-a592-d414129be87e
tree234.c