Difference for server/shop.c from version 1.38 to 1.39


version 1.38 version 1.39
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_shop_c =   * static char *rcsid_shop_c =
  *   "$Id: shop.c,v 1.38 2005/08/12 08:18:59 ryo_saeba Exp $";   *   "$Id: shop.c,v 1.39 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 769
 
Line 769
  free(items);   free(items);
  return;   return;
     }      }
     qsort(items, numitems, sizeof(shopinv), (int (*)())shop_sort);      qsort(items, numitems, sizeof(shopinv), (int (*)(const void*, const void*))shop_sort);
   
     for (i=0; i<numitems; i++) {      for (i=0; i<numitems; i++) {
  /* Collapse items of the same name together */   /* Collapse items of the same name together */


Legend:
line(s) removed in v.1.38 
line(s) changed
 line(s) added in v.1.39

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