Diff for /Amaya/amaya/AHTURLTools.c between versions 1.70 and 1.71

version 1.70, 1999/07/14 14:34:17 version 1.71, 1999/07/28 16:39:39
Line 692  STRING     url; Line 692  STRING     url;
     {      {
       /* check whether the file name exists */        /* check whether the file name exists */
       len = ustrlen (url) - 1;        len = ustrlen (url) - 1;
       if (IsW3Path)        if (IsW3Path (url))
         url_sep = TEXT('/');          url_sep = TEXT('/');
       else         else 
         url_sep = DIR_SEP;          url_sep = DIR_SEP;

Removed from v.1.70  
changed lines
  Added in v.1.71


Webmaster