Skip to content

Commit 6f90c89

Browse files
committed
Fixed incorrect define for limiting to microdegrees
1 parent 4cde18d commit 6f90c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/mapcode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static void usage(const char* appName) {
8686
#ifndef SUPPORT_HIGH_PRECISION
8787
printf("Warning: High precision support is disabled in this build.)\n\n");
8888
#endif
89-
#ifndef LIMIT_TO_MICRODEGREES
89+
#ifdef LIMIT_TO_MICRODEGREES
9090
printf("Warning: This build is limited to using microdegrees.\n\n");
9191
#endif
9292
printf("Usage:\n");

0 commit comments

Comments
 (0)