diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-10-27 22:50:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-27 22:50:40 +0200 |
| commit | 5646ff12f32adf78e2bc187e6557ce64e4e04b39 (patch) | |
| tree | 508d648e1ed084a8d3aa20de7d99ec78bd9fe363 /src/proj_strtod.c | |
| parent | 9649cc099728162c4c8862b7d5a69d0dfee92c1d (diff) | |
| download | PROJ-5646ff12f32adf78e2bc187e6557ce64e4e04b39.tar.gz PROJ-5646ff12f32adf78e2bc187e6557ce64e4e04b39.zip | |
Linguistics: Clarify this and that, here and there (#632)
* Linguistics: Clarify this and that, here and there
* Revert nullification of PJ_cart->fwd, inv
Diffstat (limited to 'src/proj_strtod.c')
| -rw-r--r-- | src/proj_strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj_strtod.c b/src/proj_strtod.c index 757dfaf6..fa683465 100644 --- a/src/proj_strtod.c +++ b/src/proj_strtod.c @@ -17,7 +17,7 @@ In the early versions of proj, iirc, a gnu version of strtod was used, mostly to work around cases where the same system library was used for C and Fortran linking, hence making strtod accept "D" and "d" as exponentiation indicators, following Fortran Double Precision constant -syntax. This broke the proj angular syntax accepting a "d" to mean +syntax. This broke the proj angular syntax, accepting a "d" to mean "degree": 12d34'56", meaning 12 degrees 34 minutes and 56 seconds. With an explicit MIT licence, PROJ.4 could not include GPL code any |
