Difference for random_maps/random_map.c from version 1.24 to 1.25


version 1.24 version 1.25
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_random_map_c =   * static char *rcsid_random_map_c =
  *   "$Id: random_map.c,v 1.24 2001/05/15 04:30:04 mardahl Exp $";   *   "$Id: random_map.c,v 1.25 2001/05/15 06:50:07 mardahl Exp $";
  */   */
   
 /*  /*
Line 563
 
Line 563
     strcat(buf,small_buf);      strcat(buf,small_buf);
   }    }
   
     if(RP->expand2x) {
       sprintf(small_buf,"expand2x %d\n",RP->expand2x);
       strcat(buf,small_buf);
     }
   
   if(RP->layoutoptions1) {    if(RP->layoutoptions1) {
     sprintf(small_buf,"layoutoptions1 %d\n",RP->layoutoptions1);      sprintf(small_buf,"layoutoptions1 %d\n",RP->layoutoptions1);
     strcat(buf,small_buf);      strcat(buf,small_buf);


Legend:
line(s) removed in v.1.24 
line(s) changed
 line(s) added in v.1.25

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