Difference for common/map.c from version 1.86 to 1.87


version 1.86 version 1.87
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.86 2005/10/04 05:06:18 cavesomething Exp $";   *   "$Id: map.c,v 1.87 2005/10/15 08:40:22 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 702
 
Line 702
   
 /* opposite of parse string, this puts the string that was originally fed in to  /* opposite of parse string, this puts the string that was originally fed in to
  * the map (or something equivilent) into output_string. */   * the map (or something equivilent) into output_string. */
 static void *print_shop_string(mapstruct *m, char *output_string) {  static void print_shop_string(mapstruct *m, char *output_string) {
     int i;      int i;
     char tmp[MAX_BUF];      char tmp[MAX_BUF];
     sprintf(output_string, "\0");      sprintf(output_string, "\0");


Legend:
line(s) removed in v.1.86 
line(s) changed
 line(s) added in v.1.87

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