Difference for socket/info.c from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_sock_info_c =   * static char *rcsid_sock_info_c =
  *   "$Id: info.c,v 1.21 2005/05/06 21:10:26 tchize Exp $";   *   "$Id: info.c,v 1.22 2005/05/07 16:07:27 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 259
 
Line 259
         int flags, int pri, object *pl, uint8 type,           int flags, int pri, object *pl, uint8 type,
         uint8 subtype, const char* message){          uint8 subtype, const char* message){
                          
     char buf[HUGE_BUF];  
     if(!pl || (pl->type!=PLAYER) || (pl->contr==NULL))      if(!pl || (pl->type!=PLAYER) || (pl->contr==NULL))
         return;          return;
                  


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

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