version 1.86 | | version 1.87 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
/* 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"); |