Difference for server/skill_util.c from version 1.62 to 1.63


version 1.62 version 1.63
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_skill_util_c =   * static char *rcsid_skill_util_c =
  *   "$Id: skill_util.c,v 1.62 2005/12/05 23:34:04 akirschbaum Exp $";   *   "$Id: skill_util.c,v 1.63 2006/02/17 21:29:48 akirschbaum Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 651
 
Line 651
     char buf[MAX_BUF];      char buf[MAX_BUF];
     const char *cp;      const char *cp;
     int i,num_skills_found=0;      int i,num_skills_found=0;
     static char *periods="........................................";      static const char *const periods = "........................................";
     /* Need to have a pointer and use strdup for qsort to work properly */      /* Need to have a pointer and use strdup for qsort to work properly */
     char skills[NUM_SKILLS][MAX_BUF];      char skills[NUM_SKILLS][MAX_BUF];
   


Legend:
line(s) removed in v.1.62 
line(s) changed
 line(s) added in v.1.63

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