aboutsummaryrefslogtreecommitdiff
path: root/src/strerrno.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-03-25 08:32:23 +0100
committerGitHub <noreply@github.com>2019-03-25 08:32:23 +0100
commit128421dd503bc89ec13fb151d8db4e06606d04da (patch)
tree55c66cbb6ba7cfcaff503d5d9604c2592615eaa3 /src/strerrno.cpp
parent594fd7bbc72f36c42a3e5e538efdd3e01e5c3f40 (diff)
parentc3b6c65f96f3d195698aaf286a70548beee4386a (diff)
downloadPROJ-128421dd503bc89ec13fb151d8db4e06606d04da.tar.gz
PROJ-128421dd503bc89ec13fb151d8db4e06606d04da.zip
Merge pull request #1362 from OSGeo/backport-1358-on-6.0
Backport #1358 on 6.0: Fix ossfuzz 13891
Diffstat (limited to 'src/strerrno.cpp')
-rw-r--r--src/strerrno.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strerrno.cpp b/src/strerrno.cpp
index a9310a55..20255747 100644
--- a/src/strerrno.cpp
+++ b/src/strerrno.cpp
@@ -40,8 +40,8 @@ pj_err_list[] = {
"path not in range", /* -29 */
"h <= 0", /* -30 */
"k <= 0", /* -31 */
- "lat_0 = 0 or 90 or alpha = 90", /* -32 */
- "lat_1=lat_2 or lat_1=0 or lat_2=90", /* -33 */
+ "lat_1=lat_2 or lat_1=0 or lat_2=90", /* -32 */
+ "lat_0 = 0 or 90 or alpha = 90", /* -33 */
"elliptical usage required", /* -34 */
"invalid UTM zone number", /* -35 */
"", /* no longer used */ /* -36 */