version 1.24 | | version 1.25 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); |