Difference for socket/info.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_sock_info_c =   * static char *rcsid_sock_info_c =
  *   "$Id: info.c,v 1.23 2005/05/21 17:35:31 tchize Exp $";   *   "$Id: info.c,v 1.24 2005/05/29 17:35:54 tchize Exp $";
  */   */
   
 /*  /*
Line 438
 
Line 438
     if (pl->contr->own_title[0]=='\0')      if (pl->contr->own_title[0]=='\0')
  sprintf(buf,"Player: %s the %s",pl->name,pl->contr->title);   sprintf(buf,"Player: %s the %s",pl->name,pl->contr->title);
     else      else
  sprintf(buf,"Player: %s the %s",pl->name,pl->contr->own_title);   sprintf(buf,"Player: %s %s",pl->name,pl->contr->own_title);
 }  }
   
   


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

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