1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/djvulibre/files/patch-ab

8 lines
281 B
Plaintext
Raw Normal View History

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