aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-10-20 07:22:32 +0200
committerGitHub <noreply@github.com>2017-10-20 07:22:32 +0200
commit33c3549fa7a26d86388520c91b7f0fa38d51bfa1 (patch)
tree64c343d83cee1e9bf5f97a7c0e2deaac0f3b2311 /src
parent4d7e3c59dfe7d66233352fd75d89f439713a604d (diff)
downloadPROJ-33c3549fa7a26d86388520c91b7f0fa38d51bfa1.tar.gz
PROJ-33c3549fa7a26d86388520c91b7f0fa38d51bfa1.zip
Silence proj_strtod
Avoid printing output for succeeding tests
Diffstat (limited to 'src')
-rw-r--r--src/proj_strtod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj_strtod.c b/src/proj_strtod.c
index f0ac96f5..d4063b0b 100644
--- a/src/proj_strtod.c
+++ b/src/proj_strtod.c
@@ -333,7 +333,7 @@ int thetest (char *s, int line) {
errno = prev_errno;
- if (q==p && 0==strcmp (endp, endq) && errnop==errnoq && 0)
+ if (q==p && 0==strcmp (endp, endq) && errnop==errnoq)
return 0;
errno = line;