OpenOrienteering / mapper

OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
https://www.openorienteering.org/apps/mapper/
GNU General Public License v3.0
404 stars 108 forks source link

OcdFileExport: Ensure null-terminated text objects #2208

Closed dl3sdo closed 7 months ago

dl3sdo commented 8 months ago

When exporting text objects the terminating null character was missing if the text length was exactly a multiple of 32 characters.

Fixes #2206

dg0yt commented 7 months ago

Closing in favor of https://github.com/OpenOrienteering/mapper/pull/2219.