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;