summaryrefslogtreecommitdiff
path: root/www/w3m/files/patch-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3m/files/patch-main.c')
-rw-r--r--www/w3m/files/patch-main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/w3m/files/patch-main.c b/www/w3m/files/patch-main.c
deleted file mode 100644
index 955c05f54b6f..000000000000
--- a/www/w3m/files/patch-main.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- main.c.orig Wed Jul 17 21:54:51 2002
-+++ main.c Wed Jul 17 21:57:26 2002
-@@ -3307,7 +3307,7 @@
- HmarkerList *hl = Currentbuf->hmarklist;
- BufferPoint *po;
- Anchor *an;
-- int hseq = hl->nmark - 1;
-+ int hseq;
-
- if (Currentbuf->firstLine == NULL)
- return;
-@@ -3318,6 +3318,8 @@
- hseq = 0;
- else if (prec_num > 0)
- hseq = hl->nmark - prec_num;
-+ else
-+ hseq = hl->nmark - 1;
- do {
- if (hseq < 0)
- return;