Diff for /Amaya/amaya/query.c between versions 1.260 and 1.261

version 1.260, 2000/12/12 17:35:15 version 1.261, 2000/12/13 10:10:15
Line 407  int                 status; Line 407  int                 status;
         {          {
           /* if it's not a file downloaded from FTP, initialize the            /* if it's not a file downloaded from FTP, initialize the
              content type to text/html by default */               content type to text/html by default */
           if (ustrncmp (me->urlName, TEXT("ftp:"), 4))            me->http_headers.content_type = NULL;
             /*
             if (ustrncmp (me->urlName, TEXT("ftp:"), 4))
             me->http_headers.content_type = TtaWCSdup (TEXT("text/html"));              me->http_headers.content_type = TtaWCSdup (TEXT("text/html"));
             */
         }          }
       else         else 
         {          {

Removed from v.1.260  
changed lines
  Added in v.1.261


Webmaster