Diff for /Amaya/amaya/templates.c between versions 1.25 and 1.26

version 1.25, 2004/03/30 16:18:09 version 1.26, 2005/04/27 11:33:25
Line 84  void OpenTemplateDocument (Document doc) Line 84  void OpenTemplateDocument (Document doc)
                                                   TtaGetDefaultCharset ());                                                    TtaGetDefaultCharset ());
               TtaFreeMemory (utf8path);                TtaFreeMemory (utf8path);
               found = !strcmp (path, META_TEMPLATE_NAME);                found = !strcmp (path, META_TEMPLATE_NAME);
                 /* free previous path if necessary */
             TtaFreeMemory (path);
                     path = NULL;
             }              }
         }          }
     }      }

Removed from v.1.25  
changed lines
  Added in v.1.26


Webmaster