Diff for /Amaya/amaya/AHTURLTools.c between versions 1.173 and 1.174

version 1.173, 2003/12/16 12:10:04 version 1.174, 2003/12/18 12:00:41
Line 758  ThotBool IsRDFName (const char *path) Line 758  ThotBool IsRDFName (const char *path)
    if (!path)     if (!path)
       return (FALSE);        return (FALSE);
   
      /* temporarily blocking this function */
      return FALSE;
   
    strcpy (temppath, path);     strcpy (temppath, path);
    TtaExtractSuffix (temppath, suffix);     TtaExtractSuffix (temppath, suffix);
   

Removed from v.1.173  
changed lines
  Added in v.1.174


Webmaster