Difference for random_maps/random_map.c from version 1.29 to 1.30


version 1.29 version 1.30
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_random_map_c =   * static char *rcsid_random_map_c =
  *   "$Id: random_map.c,v 1.29 2003/02/16 09:03:31 mwedel Exp $";   *   "$Id: random_map.c,v 1.30 2003/02/21 03:55:38 mwedel Exp $";
  */   */
   
 /*  /*
Line 117
 
Line 117
  free(layout[i]);   free(layout[i]);
     free(layout);      free(layout);
   
     theMap->msg = add_string(buf);      theMap->msg = strdup_local(buf);
      
     return theMap;      return theMap;
 }  }


Legend:
line(s) removed in v.1.29 
line(s) changed
 line(s) added in v.1.30

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