Skip to content

Commit 23cdb2d

Browse files
authored
Merge pull request OSGeo#11955 from AbelPau/MiraMonVector-Fixing-e-with-grave-in-catalan
MiraMonVector: fixing a word in Catalan language
2 parents 49ef641 + 245f45e commit 23cdb2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ogr/ogrsf_frmts/miramon/mm_gdal_functions.c

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ void MM_FillFieldDescriptorByLanguage(void)
9797
MM_MAX_IDENTIFIER_SIZE);
9898
CPLStrlcpy(szNumberOfVerticesSpa, "Numero de vertices",
9999
MM_MAX_IDENTIFIER_SIZE);
100+
*(unsigned char *)&szNumberOfVerticesCat[11] = MM_e_WITH_GRAVE;
100101
*(unsigned char *)&szNumberOfVerticesSpa[1] = MM_u_WITH_ACUTE;
101102
*(unsigned char *)&szNumberOfVerticesSpa[11] = MM_e_WITH_ACUTE;
102103

0 commit comments

Comments
 (0)