summarylogtreecommitdiffstats
path: root/fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix.patch')
-rw-r--r--fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix.patch b/fix.patch
deleted file mode 100644
index ed758976dd9a..000000000000
--- a/fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- flightgear/src/Navaids/PositionedOctree.hxx 2016-05-15 18:05:44.904316000 +0530
-+++ flightgear/src/Navaids/PositionedOctree.hxx 2016-05-15 18:06:27.696729611 +0530
-@@ -60,7 +60,7 @@
- _order(x),
- _inner(v)
- {
-- assert(!isnan(x));
-+ assert(!std::isnan(x));
- }
-
- Ordered(const Ordered<T>& a) :