From fbc8d776d75deccf98296bc6406e5be68dcef3f2 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Thu, 20 Dec 2018 08:50:58 +0100 Subject: Return error message that match the error We only want to allow angular input to proj, so it shouldn't say that it doesn't want angular input. Especially when it does so on receiving non-angular input. --- src/proj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/proj.c b/src/proj.c index 293193e7..2405781c 100644 --- a/src/proj.c +++ b/src/proj.c @@ -496,7 +496,7 @@ int main(int argc, char **argv) { pj_strerrno(pj_errno)); if (!proj_angular_input(Proj, PJ_FWD)) { - emess(3, "can't initialize operations that take angular input coordinates"); + emess(3, "can't initialize operations that take non-angular input coordinates"); exit(0); } -- cgit v1.2.3