# HG changeset patch # User enz # Date 946993790 0 # Node ID 912123d43a876e1936cb9aa17a8b6ba6adac734c # Parent 04124a4423d4fc508728627a1e285a9ae19b804c [svn] Fixed bug introduced by recent changes. diff -r 04124a4423d4 -r 912123d43a87 content.c --- a/content.c Tue Jan 04 11:35:42 2000 +0000 +++ b/content.c Tue Jan 04 13:49:50 2000 +0000 @@ -1,7 +1,7 @@ /* content.c - $Id: content.c 3 2000-01-04 11:35:42Z enz $ + $Id: content.c 6 2000-01-04 13:49:50Z enz $ */ #include @@ -104,7 +104,7 @@ { FILE *f; Over *ov; - int cnt, numb; + int numb; Str line; /* Delete old overviews and make room for new ones. */ @@ -116,8 +116,6 @@ /* read overviews from overview file and store them in the overviews list */ snprintf( cont.file, MAXCHAR, "%s/overview/%s", Cfg_spoolDir(), name ); - if ( cnt == 0 ) - return; f = fopen( cont.file, "r" ); if ( ! f ) {