Diff for /Amaya/amaya/AHTBridge.c between versions 1.41 and 1.42

version 1.41, 1997/08/26 14:04:18 version 1.42, 1997/09/08 08:14:08
Line 189  XtInputId          *id; Line 189  XtInputId          *id;
      return (0);       return (0);
    }     }
   
    if (me->reqStatus == HT_WAITING) {     if (me->reqStatus == HT_WAITING ||
          me->reqStatus == HT_NEW) {
      /* the request is being reissued */       /* the request is being reissued */
      /*       /*
       * (1) The old request has ended and the library        * (1) The old request has ended and the library
Line 266  AHTReqContext *me; Line 267  AHTReqContext *me;
         (*me->terminate_cbf) ((AHTReqContext *) me,          (*me->terminate_cbf) ((AHTReqContext *) me,
                               HT_LOADED);                                HT_LOADED);
     }      }
   else if (me->reqStatus == HT_ABORT || me->reqStatus == HT_ERR)    else if (me->reqStatus == HT_ABORT)
     /* either the application ended or the user pressed the stop       /* either the application ended or the user pressed the stop 
        button. We erase the incoming file, if it exists */         button. We erase the incoming file, if it exists */
     {      {

Removed from v.1.41  
changed lines
  Added in v.1.42


Webmaster