We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cde18d commit 6f90c89Copy full SHA for 6f90c89
utility/mapcode.cpp
@@ -86,7 +86,7 @@ static void usage(const char* appName) {
86
#ifndef SUPPORT_HIGH_PRECISION
87
printf("Warning: High precision support is disabled in this build.)\n\n");
88
#endif
89
-#ifndef LIMIT_TO_MICRODEGREES
+#ifdef LIMIT_TO_MICRODEGREES
90
printf("Warning: This build is limited to using microdegrees.\n\n");
91
92
printf("Usage:\n");
0 commit comments