version 1.23 | | version 1.24 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
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; |