From 9efe097f0b420c47a458c0fb2e0e5a6717c2b64d Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 13 Feb 2023 17:56:44 +0000 Subject: [PATCH] Update to gpsd 3.2.1 API. --- YSFGateway/APRSWriter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/YSFGateway/APRSWriter.cpp b/YSFGateway/APRSWriter.cpp index 46b0fbc..d7feea1 100644 --- a/YSFGateway/APRSWriter.cpp +++ b/YSFGateway/APRSWriter.cpp @@ -307,8 +307,7 @@ void CAPRSWriter::sendIdFrameMobile() 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;