summaryrefslogtreecommitdiff
path: root/science/gnudatalanguage/files/patch-src__gshhs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'science/gnudatalanguage/files/patch-src__gshhs.cpp')
-rw-r--r--science/gnudatalanguage/files/patch-src__gshhs.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/science/gnudatalanguage/files/patch-src__gshhs.cpp b/science/gnudatalanguage/files/patch-src__gshhs.cpp
deleted file mode 100644
index 7fc66c7558a7..000000000000
--- a/science/gnudatalanguage/files/patch-src__gshhs.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gshhs.cpp.orig 2018-03-28 19:12:21 UTC
-+++ src/gshhs.cpp
-@@ -235,7 +235,7 @@ else
- double ss = h.south * GSHHS_SCL;
- double nn = h.north * GSHHS_SCL;
- char source = (src == 1) ? 'W' : 'C'; // Either WVS or CIA (WDBII) pedigree
-- if ( river ) source = tolower( (int) source ); // Lower case c means river-lake
-+ if ( river ) source = std::tolower( (int) source ); // Lower case c means river-lake
- int line = (h.area) ? 0 : 1; // Either Polygon (0) or Line (1) (if no area)
-
-