Skip to content

Commit 7200528

Browse files
committed
Fixed legacy call
1 parent f833d6c commit 7200528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapcodelib/mapcode_legacy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
/**
3030
* List of #defines to support legacy systems.
3131
*/
32-
#define decodeMapcodeToLatLon(latDeg, lonDeg, mapcode, territory) decodeMapcodeToLatLonUtf8(latDeg, lonDeg, NULL, mapcode, territory)
32+
#define decodeMapcodeToLatLon(latDeg, lonDeg, mapcode, territory) decodeMapcodeToLatLonUtf8(latDeg, lonDeg, mapcode, territory, NULL)
3333
#define compareWithMapcodeFormat(utf8, canContainTerritory) compareWithMapcodeFormatUtf8(utf8)
3434

3535
#define convertTerritoryIsoNameToCode getTerritoryCode

0 commit comments

Comments
 (0)