Diff for /Amaya/amaya/query.c between versions 1.128 and 1.129

version 1.128, 1998/09/09 13:59:19 version 1.129, 1998/09/11 13:55:31
Line 2035  char       *content_type; Line 2035  char       *content_type;
 #ifndef _WINDOWS  #ifndef _WINDOWS
    /* @@@ may need some special windows error msg here */     /* @@@ may need some special windows error msg here */
    /* control the errors */     /* control the errors */
    if (status != HT_OK     if (status == NO
        && HTError_hasSeverity (HTRequest_error (me->request), ERR_NON_FATAL))         && HTError_hasSeverity (HTRequest_error (me->request), ERR_NON_FATAL))
      status = HT_ERROR;       status = HT_ERROR;
 #endif /* !_WINDOWS */        #endif /* !_WINDOWS */      

Removed from v.1.128  
changed lines
  Added in v.1.129


Webmaster