We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004fda1 commit 27ac861Copy full SHA for 27ac861
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) decodeMapcodeToLatLonUtf(latDeg, lonDeg, mapcode, territory, NULL)
+#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