Diff for /Amaya/amaya/query.c between versions 1.198 and 1.199

version 1.198, 1999/06/27 16:26:45 version 1.199, 1999/06/30 10:38:55
Line 1966  static void ProxyInit () Line 1966  static void ProxyInit ()
       str = TtaStrdup (strptr);          /* Get copy we can mutilate */        str = TtaStrdup (strptr);          /* Get copy we can mutilate */
       strptr = str;        strptr = str;
       strptrA = WideChar2ISO (strptr);        strptrA = WideChar2ISO (strptr);
       while ((name = HTNextField (&strptrA) != NULL)) {        while ((name = ISO2WideChar (HTNextField (&strptrA)) != NULL)) {
         STRING portstr = ustrchr (name, TEXT(':'));          STRING portstr = ustrchr (name, TEXT(':'));
         unsigned port=0;          unsigned port=0;
         if (portstr) {           if (portstr) { 

Removed from v.1.198  
changed lines
  Added in v.1.199


Webmaster