Ignore:
Timestamp:
Oct 31, 2000, 8:43:30 PM (25 years ago)
Author:
umoeller
Message:

Updates for new xwphelpers plus others.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/tree.c

    r8 r11  
    473473        youngest->parent = descendent->parent;
    474474    if (descendent->parent)
     475    {
    475476        if (descendent == descendent->parent->left)
    476477            descendent->parent->left  = youngest;
    477478        else
    478479            descendent->parent->right = youngest;
     480    }
    479481    else
    480482        *root = youngest;
Note: See TracChangeset for help on using the changeset viewer.