Diff for /Amaya/amaya/templateInstantiate.c between versions 1.76 and 1.77

version 1.76, 2008/05/30 08:48:37 version 1.77, 2008/06/03 08:45:10
Line 1039  static void ParseTemplate (XTigerTemplat Line 1039  static void ParseTemplate (XTigerTemplat
           //Remove it and all of its children            //Remove it and all of its children
           TtaDeleteTree(el, doc);            TtaDeleteTree(el, doc);
           //We must stop searching into this tree            //We must stop searching into this tree
   #ifdef AMAYA_DEBUG
           off--;            off--;
   #endif /* AMAYA_DEBUG */
           return;            return;
           break;            break;
         case Template_EL_component :          case Template_EL_component :
Line 1111  static void ParseTemplate (XTigerTemplat Line 1113  static void ParseTemplate (XTigerTemplat
       ParseTemplate (t, child, doc, loading);        ParseTemplate (t, child, doc, loading);
       child = aux;        child = aux;
     }      }
   #ifdef AMAYA_DEBUG
   off--;    off--;
   #endif /* AMAYA_DEBUG */
 #endif /* TEMPLATES */  #endif /* TEMPLATES */
 }  }
   

Removed from v.1.76  
changed lines
  Added in v.1.77


Webmaster