version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_readable_c = | | * static char *rcsid_readable_c = |
* "$Id: readable.c,v 1.4 2001/03/30 06:14:25 mwedel Exp $"; | | * "$Id: readable.c,v 1.5 2001/05/09 06:58:12 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if ((ch = describe_item (tmp)) != NULL && strlen (ch) > 1) | | if ((ch = describe_item (tmp)) != NULL && strlen (ch) > 1) |
sprintf (buf, "%s Properties of this artifact include: \n %s \n", | | sprintf (buf, "%s Properties of this artifact include: \n %s \n", |
buf, ch); | | buf, ch); |
| | free_object(tmp); |
/* add the buf if it will fit */ | | /* add the buf if it will fit */ |
if (!book_overflow (retbuf, buf, booksize)) | | if (!book_overflow (retbuf, buf, booksize)) |
strcat (retbuf, buf); | | strcat (retbuf, buf); |