version 1.23 | | version 1.24 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); |
} | | } |
| | |
| | |