Difference for common/readable.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_readable_c =   * static char *rcsid_readable_c =
  *   "$Id: readable.c,v 1.19 2005/07/16 21:10:37 akirschbaum Exp $";   *   "$Id: readable.c,v 1.20 2005/08/12 08:18:59 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 648
 
Line 648
 }  }
   
 int   int
 book_overflow (char *buf1, char *buf2, int booksize)  book_overflow (const char *buf1, const char *buf2, int booksize)
 {  {
   
     if (buf_overflow (buf1, buf2, BOOK_BUF - 2) /* 2 less so always room for trailing \n */      if (buf_overflow (buf1, buf2, BOOK_BUF - 2) /* 2 less so always room for trailing \n */


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

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