From 371cc582026359d6d6b5caa6e823175e1413981b Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 13 Feb 2023 17:58:37 +0000 Subject: [PATCH] Update to gpsd 3.2.1 API. --- Common/APRSWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/APRSWriter.cpp b/Common/APRSWriter.cpp index e109335..fea90b2 100644 --- a/Common/APRSWriter.cpp +++ b/Common/APRSWriter.cpp @@ -456,7 +456,7 @@ void CAPRSWriter::sendIdFramesMobile() return; #endif - if (m_gpsdData.status != STATUS_FIX) + if (m_gpsdData.fix.status != STATUS_FIX) return; bool latlonSet = (m_gpsdData.set & LATLON_SET) == LATLON_SET;