Difference for crossedit/png.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_png_c =   * static char *rcsid_png_c =
  *   "$Id: png.c,v 1.7 2002/07/15 04:25:39 mwedel Exp $";   *   "$Id: png.c,v 1.8 2005/07/16 21:10:37 akirschbaum Exp $";
  */   */
 /*  /*
     Crossfire client, a client program for the crossfire program.      Crossfire client, a client program for the crossfire program.
Line 121
 
Line 121
  }   }
  else {   else {
 #if 0  #if 0
      fprintf(stderr,"Unable to allocate color %d %d %d, %d colors alloced, will use closenss value %d\n",       fprintf(stderr,"Unable to allocate color %d %d %d, %d colors alloced, will use closeness value %d\n",
      red, green, blue, colors_alloced, closeness);       red, green, blue, colors_alloced, closeness);
 #endif  #endif
      colors_alloced = colormap_size; /* Colormap is exhausted */       colors_alloced = colormap_size; /* Colormap is exhausted */


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:51