Difference for server/hiscore.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_hiscore_c =   * static char *rcsid_hiscore_c =
  *   "$Id: hiscore.c,v 1.11 2005/07/10 13:54:06 akirschbaum Exp $";   *   "$Id: hiscore.c,v 1.12 2005/08/12 08:18:59 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 323
 
Line 323
  * to match to.   * to match to.
  */   */
   
 void display_high_score(object *op,int max, char *match) {  void display_high_score(object *op,int max, const char *match) {
     FILE *fp;      FILE *fp;
     char buf[MAX_BUF],*scorebuf, *bp, *cp;      char buf[MAX_BUF],*scorebuf, *bp, *cp;
     int i=0,j=0,maxchar=80,comp;      int i=0,j=0,maxchar=80,comp;


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:33