Diff for /Amaya/amaya/AHTURLTools.c between versions 1.187 and 1.188

version 1.187, 2005/01/05 16:08:00 version 1.188, 2005/02/15 12:06:10
Line 1269  char *GetLocalPath (Document doc, char Line 1269  char *GetLocalPath (Document doc, char
         }          }
       TtaFreeMemory (documentname);        TtaFreeMemory (documentname);
       /* substitute invalid chars in file names by a _ */        /* substitute invalid chars in file names by a _ */
       n = ptr;        n = strrchr(ptr,DIR_SEP);
       while (*n)        while (*n)
         {          {
           if (*n == '*' || *n == ',')            if (*n == '*' || *n == ',')

Removed from v.1.187  
changed lines
  Added in v.1.188


Webmaster