version 1.6 | | version 1.7 |
---|
| | |
/* | | /* |
* static char *rcsid_sound_c = | | * static char *rcsid_sound_c = |
* "$Id: sounds.c,v 1.6 2006/05/05 09:41:15 ryo_saeba Exp $"; | | * "$Id: sounds.c,v 1.7 2006/05/21 10:35:11 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* Send bug reports to Raphael Quinet (quinet@montefiore.ulg.ac.be) */ | | /* Send bug reports to Raphael Quinet (quinet@montefiore.ulg.ac.be) */ |
| | |
} | | } |
else soundtype=SOUND_NORMAL; | | else soundtype=SOUND_NORMAL; |
| | |
sl.buf=malloc(MAXSOCKBUF); | | sl.buf=malloc(MAXSOCKSENDBUF); |
strcpy((char*)sl.buf, "sound "); | | strcpy((char*)sl.buf, "sound "); |
sl.len=strlen((char*)sl.buf); | | sl.len=strlen((char*)sl.buf); |
SockList_AddChar(&sl, x); | | SockList_AddChar(&sl, x); |