ANU News Patch Patch ID: 940602_newsskim.c!bailey@genetics.upenn.edu Date: 02-Jun-1994 Author: Charles Bailey bailey@genetics.upenn.edu News Version: 6.1beta9 News Files: NewsSkim.C Description: When a newsgroup is deleted because it has expired, bypass attempt to update item count in the (now nonexistent) group index record. *** newsskim.c --- newsskim_new.c ************** *** 28,30 ** **-- **/ --- 28,33 ----- + ** V6.1b9 2-Jun-1994 bailey@genetics.upenn.edu + ** - once a newsgroup is deleted, don't try to fix item counts in + ** (now nonexistent) group index record ** **-- **/ ************** *** 709,714 delete_file_versions(itm_fname); } nosysprv(); } } ++grp_counter; --- 712,718 ----- delete_file_versions(itm_fname); } nosysprv(); + continue; } } ++grp_counter; *** patchlist.h;-1 --- patchlist.h ************** *** 1,1 =+=+= End =+=+= --- 1,2 ----- + 940602_newsskim.c!bailey@genetics.upenn.edu =+=+= End =+=+=