rgleason / watchdog_pi

watchdog plugin for opencpn
GNU General Public License v3.0
1 stars 10 forks source link

Dont meddle with core private data (OpenCPN#2312). #21

Closed leamas closed 3 years ago

leamas commented 3 years ago

Current code meddles with private data in OCPNPlatform, see https://github.com/OpenCPN/OpenCPN/issues/2312. Use a private copy of the string instead of updating the one returned by GetpPrivateApplicationDataLocation()

rgleason commented 3 years ago

Thanks Alec, I had no idea what the * did but it worked that way. Thanks for catching that!