summaryrefslogtreecommitdiff
path: root/graphics/djvulibre/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /graphics/djvulibre/files/patch-ab
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'graphics/djvulibre/files/patch-ab')
-rw-r--r--graphics/djvulibre/files/patch-ab7
1 files changed, 0 insertions, 7 deletions
diff --git a/graphics/djvulibre/files/patch-ab b/graphics/djvulibre/files/patch-ab
deleted file mode 100644
index 673e68e9b1dc..000000000000
--- a/graphics/djvulibre/files/patch-ab
+++ /dev/null
@@ -1,7 +0,0 @@
---- GContainer.h.orig Wed Mar 17 14:24:57 1999
-+++ GContainer.h Tue Jul 20 14:33:21 1999
-@@ -981,3 +981,3 @@
- if (data && lobound<=hibound)
-- for (int i=lobound; i<=hibound; i++)
-+ for (i=lobound; i<=hibound; i++)
- data[i-minlo].TYPE::~TYPE();