Difference for socket/sounds.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * 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) */
Line 39
 
Line 39
     }      }
     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);


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

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