1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/djvulibre/files/patch-ab
Ade Lovett efa4d5ebbc 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>
2000-03-29 21:22:50 +00:00

8 lines
281 B
Plaintext

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