Line 0
Link Here
|
|
|
1 |
--- src/Lib/terragear/tg_misc.cxx.orig 2017-10-07 06:58:20 UTC |
2 |
+++ src/Lib/terragear/tg_misc.cxx |
3 |
@@ -112,8 +112,8 @@ |
4 |
ClipperLib::IntPoint min_pt, max_pt; |
5 |
SGGeod min, max; |
6 |
|
7 |
- min_pt.X = min_pt.Y = LONG_LONG_MAX; |
8 |
- max_pt.X = max_pt.Y = LONG_LONG_MIN; |
9 |
+ min_pt.X = min_pt.Y = LLONG_MAX; |
10 |
+ max_pt.X = max_pt.Y = LLONG_MIN; |
11 |
|
12 |
// for each polygon, we need to check the orientation, to set the hole flag... |
13 |
for (unsigned int i=0; i<subject.size(); i++) |
14 |
@@ -377,4 +377,4 @@ |
15 |
// handle the no intersection case. |
16 |
return false; |
17 |
} |
18 |
-} |
19 |
\ No newline at end of file |
20 |
+} |