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


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_shstr_c =   * static char *rcsid_shstr_c =
  *   "$Id: shstr.c,v 1.4 2001/06/11 03:47:53 michtoen Exp $";   *   "$Id: shstr.c,v 1.5 2005/08/12 08:18:59 ryo_saeba Exp $";
  *   *
  * shstr.c   * shstr.c
  *   *
Line 402
 
Line 402
  */   */
   
 int   int
 buf_overflow (char *buf1, char *buf2, int bufsize)  buf_overflow (const char *buf1, const char *buf2, int bufsize)
 {  {
     int     len1 = 0, len2 = 0;      int     len1 = 0, len2 = 0;
   


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:18