version 1.9 | | version 1.10 |
---|
| | |
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
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; |