From 417d3734a585146ce5178e6297bc14a1fcd22d76 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 15 Jul 2023 08:27:25 +0200 Subject: [PATCH] wild geussing gpsd version history --- Common/APRSGPSDIdFrameProvider.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/APRSGPSDIdFrameProvider.cpp b/Common/APRSGPSDIdFrameProvider.cpp index 969c9f9..231ee6e 100644 --- a/Common/APRSGPSDIdFrameProvider.cpp +++ b/Common/APRSGPSDIdFrameProvider.cpp @@ -74,8 +74,8 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std: return false; #endif -#if GPSD_API_MAJOR_VERSION >= 10 && GPSD_API_MAJOR_VERSION < 14 - if(m_gpsdData.fix.status == STATUS_NO_FIX) +#if GPSD_API_MAJOR_VERSION >= 10 && GPSD_API_MAJOR_VERSION < 13 + if(m_gpsdData.status == STATUS_NO_FIX) return false; #else if (m_gpsdData.fix.status < STATUS_GPS)