Diff for /Amaya/amaya/AHTURLTools.c between versions 1.84 and 1.85

version 1.84, 2000/02/16 17:03:45 version 1.85, 2000/02/22 16:01:23
Line 1597  CHAR_T**     url; Line 1597  CHAR_T**     url;
   CHAR_T*   p;    CHAR_T*   p;
   CHAR_T   *orig, *dest, *end;    CHAR_T   *orig, *dest, *end;
   
   CharUnit used_sep;    CHAR_T    used_sep;
   ThotBool ddot_simplify; /* used to desactivate the double dot simplifcation:    ThotBool ddot_simplify; /* used to desactivate the double dot simplifcation:
                              something/../ simplification in relative URLs when they start with a ../ */                               something/../ simplification in relative URLs when they start with a ../ */
   

Removed from v.1.84  
changed lines
  Added in v.1.85


Webmaster