1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
freebsd-ports/graphics/ilmbase/files/patch-ImathTest-testLineAlgo.cpp
Norikatsu Shigemura f4767965f0 o Enable/disable multithread file I/O support.
o Add make test.
o Fix some warning.
o Bump PORTREVISION, accordingly.

Submitted by:	mi
2007-10-07 14:47:38 +00:00

11 lines
258 B
C++

--- ImathTest/testLineAlgo.cpp.orig 2006-12-09 06:59:38.000000000 +0900
+++ ImathTest/testLineAlgo.cpp 2007-10-07 23:24:58.000000000 +0900
@@ -399,7 +399,6 @@
V3f p1 = v0 * b.x + v1 * b.y + v2 * b.z;
V3f p0;
- int j = 0;
do
{