Diff for /gpl/axl/src/axl_dtd.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2011/06/08 07:09:12 version 1.1.1.2, 2012/02/17 12:50:03
Line 2437  axl_bool     __axl_dtd_validate_item_list (axlDtdEleme Line 2437  axl_bool     __axl_dtd_validate_item_list (axlDtdEleme
                                            axl_bool             top_level)                                             axl_bool             top_level)
 {  {
         int          temp_child_pos;          int          temp_child_pos;
         int          caller_child_pos;  
         axl_bool     status;          axl_bool     status;
         axl_bool     already_matched;          axl_bool     already_matched;
   
   
         __axl_log (LOG_DOMAIN, AXL_LEVEL_DEBUG, "validating an item list with repeat pattern: %d, at %d, top level=%d",          __axl_log (LOG_DOMAIN, AXL_LEVEL_DEBUG, "validating an item list with repeat pattern: %d, at %d, top level=%d",
                    axl_dtd_item_list_repeat (itemList), *child_position, top_level);                     axl_dtd_item_list_repeat (itemList), *child_position, top_level);
   
         /* store current caller child position value to check it before */  
         caller_child_pos = *child_position;  
   
         /* now check repetition type */          /* now check repetition type */
         switch (axl_dtd_item_list_repeat (itemList)) {          switch (axl_dtd_item_list_repeat (itemList)) {

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>