summaryrefslogtreecommitdiff
path: root/graphics/exact-image/files/patch-lib__ImageIterator2.hh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/exact-image/files/patch-lib__ImageIterator2.hh')
-rw-r--r--graphics/exact-image/files/patch-lib__ImageIterator2.hh24
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/exact-image/files/patch-lib__ImageIterator2.hh b/graphics/exact-image/files/patch-lib__ImageIterator2.hh
deleted file mode 100644
index 52eafc91d456..000000000000
--- a/graphics/exact-image/files/patch-lib__ImageIterator2.hh
+++ /dev/null
@@ -1,24 +0,0 @@
---- lib/ImageIterator2.hh.orig 2011-03-16 13:35:37.000000000 -0400
-+++ lib/ImageIterator2.hh 2011-03-16 13:36:39.000000000 -0400
-@@ -358,9 +358,9 @@
- }
-
- accu& abs() {
-- v[0] = std::abs(v[0]);
-- v[1] = std::abs(v[1]);
-- v[2] = std::abs(v[2]);
-+ v[0] = std::labs(v[0]);
-+ v[1] = std::labs(v[1]);
-+ v[2] = std::labs(v[2]);
- return *this;
- }
-
-@@ -639,7 +639,7 @@
- }
-
- accu& abs() {
-- v[0] = std::abs(v[0]);
-+ v[0] = std::labs(v[0]);
- return *this;
- }
-