diff options
author | bad <bad@pkgsrc.org> | 1999-05-11 20:22:26 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-05-11 20:22:26 +0000 |
commit | 9c17af5c18630b3fccd28c39560c1639c6700876 (patch) | |
tree | aba132ea90c139de1037b7d3dba7987a0fda7656 /net | |
parent | fbd3923a664e009d5caf721aa508a0a6306b4747 (diff) | |
download | pkgsrc-9c17af5c18630b3fccd28c39560c1639c6700876.tar.gz |
Correct calculation of endByte.
Diffstat (limited to 'net')
-rw-r--r-- | net/freewais-sf/patches/patch-ap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freewais-sf/patches/patch-ap b/net/freewais-sf/patches/patch-ap index 83f0727bc12..2f55227877e 100644 --- a/net/freewais-sf/patches/patch-ap +++ b/net/freewais-sf/patches/patch-ap @@ -1,4 +1,4 @@ -$NetBSD: patch-ap,v 1.1.1.1 1999/05/11 13:56:53 bad Exp $ +$NetBSD: patch-ap,v 1.2 1999/05/11 20:22:26 bad Exp $ --- lib/ir/irretrvl.c.orig Fri Apr 16 11:59:32 1999 +++ lib/ir/irretrvl.c Sun May 9 23:40:41 1999 @@ -9,7 +9,7 @@ $NetBSD: patch-ap,v 1.1.1.1 1999/05/11 13:56:53 bad Exp $ +#ifdef __origcode endByte = doc->ChunkEnd.Pos + start; +#else -+ endByte = doc->ChunkEnd.Pos + end; ++ endByte = doc->ChunkStart.Pos + end; +#endif } else { |