Difference for socket/item.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *    "$Id: item.c,v 1.9 2000/11/14 07:35:06 cvs Exp $";   *    "$Id: item.c,v 1.10 2001/02/23 06:06:35 mwedel Exp $";
  */   */
   
 /*  /*
Line 216
 
Line 216
   
      if (sl.len > (MAXSOCKBUF-MAXITEMLEN)) {       if (sl.len > (MAXSOCKBUF-MAXITEMLEN)) {
  Send_With_Handling(&pl->contr->socket, &sl);   Send_With_Handling(&pl->contr->socket, &sl);
  strcpy((char*)sl.buf,"item ");   strcpy((char*)sl.buf,"item1 ");
  sl.len=strlen((char*)sl.buf);   sl.len=strlen((char*)sl.buf);
  SockList_AddInt(&sl, 0);   SockList_AddInt(&sl, 0);
  got_one=0;   got_one=0;


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

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