Difference for common/readable.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_readable_c =   * static char *rcsid_readable_c =
  *   "$Id: readable.c,v 1.23 2005/10/13 07:24:28 mwedel Exp $";   *   "$Id: readable.c,v 1.24 2005/10/24 19:49:10 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 810
 
Line 810
      }       }
    LOG (llevDebug, " book archives(used/avail): ");     LOG (llevDebug, " book archives(used/avail): ");
    bl = booklist;     bl = booklist;
    while (bl && max_titles[i])     while (bl && i < sizeof(max_titles)/sizeof(*max_titles))
      {       {
  LOG (llevDebug, "(%d/%d)", bl->number, max_titles[i]);   LOG (llevDebug, "(%d/%d)", bl->number, max_titles[i]);
  bl = bl->next;   bl = bl->next;


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

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