summaryrefslogtreecommitdiff
path: root/news/knews/patches/patch-ad
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-17 23:40:56 +0000
committerhubertf <hubertf>1997-12-17 23:40:56 +0000
commit8598eb9eed161ed0c70c5e2262eb6831e0869575 (patch)
tree365cf64592f907d8e995cb5ffaf1e56eb3f85182 /news/knews/patches/patch-ad
parent83ce573a29ab585ab185a61a7ab5e7d0bd819c7f (diff)
downloadpkgsrc-8598eb9eed161ed0c70c5e2262eb6831e0869575.tar.gz
A X11 newsreader with support for threading and MIME
closes PR 4611 by Matthias Scheler <tron@lyssa.owl.de>.
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,