Difference for server/c_range.c from version 1.10 to 1.11


version 1.10 version 1.11
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_range_c =   * static char *rcsid_c_range_c =
  *   "$Id: c_range.c,v 1.10 2003/10/27 07:24:14 mwedel Exp $";   *   "$Id: c_range.c,v 1.11 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 104
 
Line 104
  * string.  given the code above, this is always   * string.  given the code above, this is always
  * the case.   * the case.
  */   */
  qsort(spell_sort, num_found, MAX_BUF, (int (*)())strcmp);   qsort(spell_sort, num_found, MAX_BUF, (int (*)(const void*, const void*))strcmp);
  strcpy(tmp,"asdfg"); /* Dummy string so initial compare fails */   strcpy(tmp,"asdfg"); /* Dummy string so initial compare fails */
  for (i=0; i<num_found; i++) {   for (i=0; i<num_found; i++) {
      /* Different skill name, so print banner */       /* Different skill name, so print banner */


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

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