Difference for socket/request.c from version 1.60 to 1.61


version 1.60 version 1.61
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.60 2004/01/31 12:46:59 tchize Exp $";   *    "$Id: request.c,v 1.61 2004/02/10 07:14:25 mwedel Exp $";
  */   */
   
 /*  /*
Line 1641
 
Line 1641
         }          }
         if (esl.len>estartlen) {          if (esl.len>estartlen) {
             Send_With_Handling(&pl->contr->socket, &esl);              Send_With_Handling(&pl->contr->socket, &esl);
         free(esl.buf);  
         }          }
           free(esl.buf);
     }      }
     if (sl.len>startlen || pl->contr->socket.sent_scroll) {      if (sl.len>startlen || pl->contr->socket.sent_scroll) {
  Send_With_Handling(&pl->contr->socket, &sl);   Send_With_Handling(&pl->contr->socket, &sl);


Legend:
line(s) removed in v.1.60 
line(s) changed
 line(s) added in v.1.61

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:37