Diff for /Amaya/amaya/AHTURLTools.c between versions 1.29 and 1.30

version 1.29, 1997/05/29 09:33:51 version 1.30, 1997/05/29 14:02:36
Line 1327  char            *relatedName; Line 1327  char            *relatedName;
     else      else
       {        {
         /* Some path in common */          /* Some path in common */
         if (slashes == 3 && strncmp (aName, "http:", 5) != 0)          if (slashes == 3 && strncmp (aName, "http:", 5) == 0)
           /* just the same server */            /* just the same server */
           strcpy (result, last_slash);            strcpy (result, last_slash);
         else          else

Removed from v.1.29  
changed lines
  Added in v.1.30


Webmaster