Difference for common/readable.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 1116
 
Line 1116
      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);


Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31

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