diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /graphics/djvulibre/files/patch-ab | |
parent | 8c307777eaf81af4195ae428b3ebbeba734fc5af (diff) |
Notes
Diffstat (limited to 'graphics/djvulibre/files/patch-ab')
-rw-r--r-- | graphics/djvulibre/files/patch-ab | 7 |
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(); |