Diff for /Amaya/amaya/templates.c between versions 1.174 and 1.175

version 1.174, 2008/04/04 12:43:15 version 1.175, 2008/04/04 14:09:22
Line 474  void CreateInstanceOfTemplate (Document Line 474  void CreateInstanceOfTemplate (Document
         }          }
       // now create the instance        // now create the instance
       DontReplaceOldDoc = dontReplace;        DontReplaceOldDoc = dontReplace;
       CreateInstance (templatename, s, doc);        CreateInstance (templatename, s, docname, doc);
       TtaFreeMemory (s);        TtaFreeMemory (s);
     }      }
 #endif /* TEMPLATES */  #endif /* TEMPLATES */

Removed from v.1.174  
changed lines
  Added in v.1.175


Webmaster