We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7b71d commit 74f4ee7Copy full SHA for 74f4ee7
utility/mapcode.cpp
@@ -417,7 +417,7 @@ int main(const int argc, const char **argv) {
417
double lon;
418
419
// Get the territory context.
420
- int context = convertTerritoryIsoNameToCode(defaultTerritory, 0);
+ int context = getTerritoryCode(defaultTerritory, 0);
421
422
// Decode every Mapcode.
423
for (int i = 3; i < argc; ++i) {
0 commit comments