Diff for /Amaya/amaya/query.c between versions 1.200 and 1.201

version 1.200, 1999/06/30 10:54:40 version 1.201, 1999/07/14 14:34:18
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.200  
changed lines
  Added in v.1.201


Webmaster