Diff for /Amaya/amaya/AHTURLTools.c between versions 1.169 and 1.170

version 1.169, 2003/09/15 08:48:27 version 1.170, 2003/10/02 15:06:50
Line 899  ThotBool IsWithParameters (const char *u Line 899  ThotBool IsWithParameters (const char *u
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 ThotBool IsW3Path (const char *path)  ThotBool IsW3Path (const char *path)
 {  {
     if (path == NULL)
       return FALSE;
   if (strncmp (path, "http:", 5)   &&     if (strncmp (path, "http:", 5)   && 
       strncmp (path, "ftp:", 4)    &&        strncmp (path, "ftp:", 4)    &&
       strncmp (path, "telnet:", 7) &&         strncmp (path, "telnet:", 7) && 

Removed from v.1.169  
changed lines
  Added in v.1.170


Webmaster