summaryrefslogtreecommitdiff
path: root/graphics/libdjvu++/files/patch-ab
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-03-29 21:22:50 +0000
committerAde Lovett <ade@FreeBSD.org>2000-03-29 21:22:50 +0000
commitefa4d5ebbca92b4f3f44630c70cb3661f005accb (patch)
tree0f86ba5f628727667321d732d63485dbe6ca7222 /graphics/libdjvu++/files/patch-ab
parentFix CATEGORIES, since this port does not belong in converters. (diff)
libdjvu++ is AT&T's DjVu library from scanned images
See http://www.djvu.com/ for more details PR: 12722 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=27125
Diffstat (limited to 'graphics/libdjvu++/files/patch-ab')
-rw-r--r--graphics/libdjvu++/files/patch-ab7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/libdjvu++/files/patch-ab b/graphics/libdjvu++/files/patch-ab
new file mode 100644
index 000000000000..673e68e9b1dc
--- /dev/null
+++ b/graphics/libdjvu++/files/patch-ab
@@ -0,0 +1,7 @@
+--- 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();