diff --git a/Common/APRSGPSDIdFrameProvider.cpp b/Common/APRSGPSDIdFrameProvider.cpp index 231ee6e..eb8bfe1 100644 --- a/Common/APRSGPSDIdFrameProvider.cpp +++ b/Common/APRSGPSDIdFrameProvider.cpp @@ -74,7 +74,7 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std: return false; #endif -#if GPSD_API_MAJOR_VERSION >= 10 && GPSD_API_MAJOR_VERSION < 13 +#if GPSD_API_MAJOR_VERSION >= 10 && GPSD_API_MAJOR_VERSION < 12 if(m_gpsdData.status == STATUS_NO_FIX) return false; #else