mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
d6d3c9a02f
These are static functions, they cannot be used as a method on an object to
construct that object.
commit aa5f2e7c73
("cleanup: replace deprecated sprintf()/vsprintf() calls")
introduced this bug in an ill-advised attempt to deal with a deprecation
warning.
This caused us to not print GPS coordinates in the UI.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
9 lines
447 B
Markdown
9 lines
447 B
Markdown
- core: fix missing GPS coordinate strings in the UI
|
|
- core: Gracefully handle infinte MND for oxygen
|
|
- mobile: add location service warning as required by Google Play
|
|
- mobile: fix manually adding dives in the past [#2971]
|
|
|
|
---
|
|
* Always add new entries at the very top of this file above other existing entries and this note.
|
|
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|
|
# vim: textwidth=100
|