Diff for /Amaya/amaya/AHTURLTools.c between versions 1.107 and 1.108

version 1.107, 2001/03/15 09:13:01 version 1.108, 2001/03/16 16:40:25
Line 992  void NormalizeURL (char *orgName, Docume Line 992  void NormalizeURL (char *orgName, Docume
    if (doc != 0)     if (doc != 0)
      basename = GetBaseURL (doc);       basename = GetBaseURL (doc);
    else if (otherPath != NULL)     else if (otherPath != NULL)
      basename = TtaWCSdup (otherPath);       basename = TtaStrdup (otherPath);
    else     else
      basename = NULL;       basename = NULL;
   

Removed from v.1.107  
changed lines
  Added in v.1.108


Webmaster