Diff for /Amaya/amaya/templateInstantiate.c between versions 1.110 and 1.111

version 1.110, 2009/06/30 09:23:13 version 1.111, 2009/06/30 15:59:25
Line 661  void CreateInstance (char *templatePath, Line 661  void CreateInstance (char *templatePath,
   
   // Revert template changes    // Revert template changes
   TtaSetDocumentCharset (doc, ocharset, FALSE);    TtaSetDocumentCharset (doc, ocharset, FALSE);
     TtaFreeMemory (DocumentMeta[doc]->charset);
   DocumentMeta[doc]->charset = ocharsetname;    DocumentMeta[doc]->charset = ocharsetname;
   // Now parse the instance    // Now parse the instance
   // The xtiger PI will be added and components will be removed    // The xtiger PI will be added and components will be removed

Removed from v.1.110  
changed lines
  Added in v.1.111


Webmaster