mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
efa4d5ebbc
See http://www.djvu.com/ for more details PR: 12722 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
8 lines
281 B
Plaintext
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();
|