summaryrefslogtreecommitdiff
path: root/news/knews/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'news/knews/patches/patch-ad')
-rw-r--r--news/knews/patches/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/news/knews/patches/patch-ad b/news/knews/patches/patch-ad
new file mode 100644
index 00000000000..6652f050936
--- /dev/null
+++ b/news/knews/patches/patch-ad
@@ -0,0 +1,10 @@
+--- src/thread.c.orig Fri Jul 26 11:59:43 1996
++++ src/thread.c Sun Nov 30 18:32:48 1997
+@@ -1120,6 +1120,7 @@
+ if (!reply || atoi(reply) != NNTP_OK_GROUP)
+ return reply;
+
++ global.curr_group->active_last_art = global.curr_group->last_art;
+ sscanf(reply, "%*d%ld%ld%ld",
+ &main_thr->total,
+ &global.curr_group->first_art,