Diff for /Amaya/amaya/templates.c between versions 1.90 and 1.91

version 1.90, 2007/01/05 15:01:53 version 1.91, 2007/01/09 08:37:46
Line 98  void FreeTemplateRepositoryList (void* l Line 98  void FreeTemplateRepositoryList (void* l
   src : address of the list (address of the first element).    src : address of the list (address of the first element).
   dst : address where copy the list    dst : address where copy the list
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 static void CopyTemplateRepositoryList (const Prop_Templates_Path** src, Prop_Templates_Path** dst)  static void CopyTemplateRepositoryList (const Prop_Templates_Path** src,
                                           Prop_Templates_Path** dst)
 {  {
   Prop_Templates_Path *element=NULL, *current=NULL;    Prop_Templates_Path *element=NULL, *current=NULL;
       

Removed from v.1.90  
changed lines
  Added in v.1.91


Webmaster