[mapcode] 42/56: Fixed incorrect define for limiting to microdegrees
    Stefan Fritsch 
    sf at moszumanska.debian.org
       
    Wed Nov  2 23:27:30 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
sf pushed a commit to annotated tag v2.0.2
in repository mapcode.
commit 6f90c89f3c08ee57d4fff0865246f8d2372524ef
Author: Rijn Buve <rijn at buve.nl>
Date:   Tue Jul 7 14:38:37 2015 +0200
    Fixed incorrect define for limiting to microdegrees
---
 utility/mapcode.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utility/mapcode.cpp b/utility/mapcode.cpp
index ec788a1..bfe84bc 100644
--- a/utility/mapcode.cpp
+++ b/utility/mapcode.cpp
@@ -86,7 +86,7 @@ static void usage(const char* appName) {
 #ifndef SUPPORT_HIGH_PRECISION
     printf("Warning: High precision support is disabled in this build.)\n\n");
 #endif
-#ifndef LIMIT_TO_MICRODEGREES
+#ifdef LIMIT_TO_MICRODEGREES
     printf("Warning: This build is limited to using microdegrees.\n\n");
 #endif
     printf("Usage:\n");
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcode.git
    
    
More information about the Pkg-grass-devel
mailing list