diff options
Diffstat (limited to 'news/knews/patches/patch-ac')
-rw-r--r-- | news/knews/patches/patch-ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/news/knews/patches/patch-ac b/news/knews/patches/patch-ac deleted file mode 100644 index 074897f8611..00000000000 --- a/news/knews/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.3 1998/08/07 11:11:08 agc Exp $ - ---- src/procs.c.orig Fri Jan 9 18:16:22 1998 -+++ src/procs.c Thu Apr 23 00:52:42 1998 -@@ -66,7 +66,10 @@ - (ART_LIST_NODE *)XtMalloc(sizeof *temp); - temp->next = NULL; - temp->first = 1; -- temp->last = global.curr_group->last_art; -+ temp->last = (global.curr_group->active_last_art > -+ global.curr_group->last_art ) ? -+ global.curr_group->active_last_art : -+ global.curr_group->last_art; - - if (res_process_xrefs()) - for (art = get_articles(main_thr) ; art ; art = art->next) |