From d6d3c9a02ffbb739ba197457d465e3e1fddd08d5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 17 Nov 2020 08:24:07 -0800 Subject: core: fix incorrect QString::asprintf/vasprintf usage 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 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e12c2a74d..d19b39aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- 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] -- cgit v1.2.3-70-g09d2