Diff for /Amaya/amaya/AHTURLTools.c between versions 1.22 and 1.23

version 1.22, 1997/02/05 22:06:44 version 1.23, 1997/02/06 03:34:38
Line 601  char               *docName; Line 601  char               *docName;
            /* assign the default ressource name */             /* assign the default ressource name */
            strcpy (docName, "noname.html");             strcpy (docName, "noname.html");
            /* remove DIR_SEP at the end of complete path */             /* remove DIR_SEP at the end of complete path */
            newName[length] = EOS;             /* newName[length] = EOS; */
          }           }
        else         else
          {           {
Line 725  char               *path; Line 725  char               *path;
        /* Normalize the suffix */         /* Normalize the suffix */
        ConvertToLowerCase (suffix);         ConvertToLowerCase (suffix);
   
        if ((!strcmp (suffix, "gz")) ||         if (!strcmp (suffix, "gz"))
            (!strcmp (suffix, "z")))  
          /* skip the compressed suffix */           /* skip the compressed suffix */
          {           {
          ExtractSuffix (temppath, suffix);           ExtractSuffix (temppath, suffix);

Removed from v.1.22  
changed lines
  Added in v.1.23


Webmaster