Skip to content

Commit 60a4b71

Browse files
committed
Merge pull request #6 from mapcode-foundation/dev
Fixed incorrect define for limiting to microdegrees
2 parents 4cde18d + 6f90c89 commit 60a4b71

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)