Changeset daae10f for lib/xmltree.c


Ignore:
Timestamp:
2010-08-07T16:33:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7b87539
Parents:
289bd2d
Message:

OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@…>
with some changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/xmltree.c

    r289bd2d rdaae10f  
    215215       
    216216        if( node == NULL )
    217                 return xt_cleanup( xt, xt->root, depth );
     217        {
     218                xt_cleanup( xt, xt->root, depth );
     219                return;
     220        }
    218221       
    219222        if( node->flags & XT_SEEN && node == xt->root )
Note: See TracChangeset for help on using the changeset viewer.