Diff for /Amaya/amaya/AHTURLTools.c between versions 1.79 and 1.80

version 1.79, 1999/12/06 12:00:40 version 1.80, 2000/01/10 11:58:59
Line 350  const STRING        path; Line 350  const STRING        path;
    if (!ustrcmp (nsuffix, TEXT("html")) ||     if (!ustrcmp (nsuffix, TEXT("html")) ||
        !ustrcmp (nsuffix, TEXT("htm")) ||         !ustrcmp (nsuffix, TEXT("htm")) ||
        !ustrcmp (nsuffix, TEXT("shtml")) ||         !ustrcmp (nsuffix, TEXT("shtml")) ||
          !ustrcmp (nsuffix, TEXT("jsp")) ||
        !ustrcmp (nsuffix, TEXT("xht")) ||         !ustrcmp (nsuffix, TEXT("xht")) ||
        !ustrcmp (nsuffix, TEXT("xhtm")) ||         !ustrcmp (nsuffix, TEXT("xhtm")) ||
        !ustrcmp (nsuffix, TEXT("xhtml")))         !ustrcmp (nsuffix, TEXT("xhtml")))
Line 369  const STRING        path; Line 370  const STRING        path;
        if (!ustrcmp (nsuffix, TEXT("html")) ||         if (!ustrcmp (nsuffix, TEXT("html")) ||
            !ustrcmp (nsuffix, TEXT("htm")) ||             !ustrcmp (nsuffix, TEXT("htm")) ||
            !ustrcmp (nsuffix, TEXT("shtml")) ||             !ustrcmp (nsuffix, TEXT("shtml")) ||
              !ustrcmp (nsuffix, TEXT("jsp")) ||
            !ustrcmp (nsuffix, TEXT("xht")) ||             !ustrcmp (nsuffix, TEXT("xht")) ||
            !ustrcmp (nsuffix, TEXT("xhtm")) ||             !ustrcmp (nsuffix, TEXT("xhtm")) ||
            !ustrcmp (nsuffix, TEXT("xhtml")))             !ustrcmp (nsuffix, TEXT("xhtml")))

Removed from v.1.79  
changed lines
  Added in v.1.80


Webmaster