Difference for common/readable.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 1466
 
Line 1466
    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);


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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