We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f833d6c commit 7200528Copy full SHA for 7200528
mapcodelib/mapcode_legacy.h
@@ -29,7 +29,7 @@ extern "C" {
29
/**
30
* List of #defines to support legacy systems.
31
*/
32
-#define decodeMapcodeToLatLon(latDeg, lonDeg, mapcode, territory) decodeMapcodeToLatLonUtf8(latDeg, lonDeg, NULL, mapcode, territory)
+#define decodeMapcodeToLatLon(latDeg, lonDeg, mapcode, territory) decodeMapcodeToLatLonUtf8(latDeg, lonDeg, mapcode, territory, NULL)
33
#define compareWithMapcodeFormat(utf8, canContainTerritory) compareWithMapcodeFormatUtf8(utf8)
34
35
#define convertTerritoryIsoNameToCode getTerritoryCode
0 commit comments