From d0c0ce16f591185712e8c746fd5c9e7a664a311c Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 13 Feb 2023 17:54:56 +0000 Subject: [PATCH] Update to gpsd 3.2.1 API. --- NXDNGateway/APRSWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NXDNGateway/APRSWriter.cpp b/NXDNGateway/APRSWriter.cpp index 42d8779..bd3d403 100644 --- a/NXDNGateway/APRSWriter.cpp +++ b/NXDNGateway/APRSWriter.cpp @@ -248,7 +248,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;