version 1.30 | | version 1.31 |
---|
| | |
/* | | /* |
* static char *rcsid_readable_c = | | * static char *rcsid_readable_c = |
* "$Id: readable.c,v 1.30 2006/03/18 17:15:24 ryo_saeba Exp $"; | | * "$Id: readable.c,v 1.31 2006/04/06 21:18:34 tchize Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
object *tmpbook; | | object *tmpbook; |
| | |
/* alter book properties */ | | /* alter book properties */ |
if ((tmpbook = get_archetype (t->archname)) != NULL) | | if ((tmpbook = create_archetype (t->archname)) != NULL) |
{ | | { |
if (tmpbook->msg) | | if (tmpbook->msg) |
free_string (book->msg); | | free_string (book->msg); |