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

version 1.80, 2000/01/10 11:58:59 version 1.81, 2000/01/12 14:15:19
Line 102  STRING url; Line 102  STRING url;
             {              {
               /* put here below all the chars that need to                /* put here below all the chars that need to
                  be escaped into %xx */                   be escaped into %xx */
             case TEXT(0x27): /* &amp */              case 0x27: /* &amp */
             case TEXT(0x20): /* space */              case 0x20: /* space */
               new_chars = 3;                 new_chars = 3; 
               break;                break;
   

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


Webmaster