Diff for /Amaya/amaya/query.c between versions 1.269 and 1.270

version 1.269, 2001/02/27 17:09:06 version 1.270, 2001/02/27 17:11:51
Line 383  void HTTP_headers_set (HTRequest * reque Line 383  void HTTP_headers_set (HTRequest * reque
     }      }
   
   /* copy the content length */    /* copy the content length */
   #ifdef _WINDOWS
     _snprintf (tmp_wchar, sizeof (tmp_wchar), "%ld", HTAnchor_length (anchor));
   #else
   snprintf (tmp_wchar, sizeof (tmp_wchar), "%ld", HTAnchor_length (anchor));    snprintf (tmp_wchar, sizeof (tmp_wchar), "%ld", HTAnchor_length (anchor));
   #endif /* _WINDOWS */
   me->http_headers.content_length = TtaStrdup (tmp_wchar);    me->http_headers.content_length = TtaStrdup (tmp_wchar);
   
   /* copy the reason */    /* copy the reason */

Removed from v.1.269  
changed lines
  Added in v.1.270


Webmaster