From 8de55e328061a33b2178b856317144a87fb54548 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 15 Jul 2023 08:48:46 +0200 Subject: [PATCH] gpsd --- Common/APRSGPSDIdFrameProvider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/APRSGPSDIdFrameProvider.cpp b/Common/APRSGPSDIdFrameProvider.cpp index 01386d6..19d529a 100644 --- a/Common/APRSGPSDIdFrameProvider.cpp +++ b/Common/APRSGPSDIdFrameProvider.cpp @@ -75,7 +75,7 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std: #endif #if GPSD_API_MAJOR_VERSION == 10 - if(m_gpsdData.fix.status == STATUS_NO_FIX) + if(m_gpsdData.status == STATUS_NO_FIX) return false; #else if (m_gpsdData.fix.status == STATUS_UNK)