summaryrefslogtreecommitdiff
path: root/graphics/djvulibre/files/patch-ab
blob: 673e68e9b1dcfb73036e56560d0e134bf6d0c93e (plain) (blame)
1
2
3
4
5
6
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();