diff options
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(); |