Diff for /Amaya/amaya/AHTURLTools.c between versions 1.25 and 1.26

version 1.25, 1997/03/18 12:06:51 version 1.26, 1997/04/02 14:41:05
Line 378  boolean             IsValidProtocol (url Line 378  boolean             IsValidProtocol (url
 char               *url;  char               *url;
 #endif /* __STDC__ */  #endif /* __STDC__ */
 {  {
    if (!strncmp (url, "http:", 5)     if (!strncmp (url, "http:", 5))
        || !strncmp (url, "ftp:", 4))  
        /* experimental */         /* experimental */
         /***  || !strncmp (url, "ftp:", 4)) ***/
      /*** || !strncmp (path, "news:", 5)***/        /*** || !strncmp (path, "news:", 5)***/ 
       return (TRUE);        return (TRUE);
    else     else

Removed from v.1.25  
changed lines
  Added in v.1.26


Webmaster