From 19ed7e9e831949e971ac0bf5dbe944f78917555f Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 3 Aug 2020 16:54:26 +0100 Subject: [PATCH] Fix a compile issue and bump the version date. --- YSFGateway/Version.h | 2 +- YSFGateway/YSFGateway.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/YSFGateway/Version.h b/YSFGateway/Version.h index 5f48e8f..8fabccf 100644 --- a/YSFGateway/Version.h +++ b/YSFGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20200621"; +const char* VERSION = "20200803"; #endif diff --git a/YSFGateway/YSFGateway.cpp b/YSFGateway/YSFGateway.cpp index 2368057..27fd83e 100644 --- a/YSFGateway/YSFGateway.cpp +++ b/YSFGateway/YSFGateway.cpp @@ -530,7 +530,7 @@ void CYSFGateway::createWiresX(CYSFNetwork* rptNetwork) m_wiresX->start(); } -void CYSFGateway::processWiresX(const unsigned char* buffer, unsigned char fi, unsigned char dt, unsigned char fn, unsigned char ft, bool dontProcessWiresXLocal, bool wiresXCommandPassthrough) +bool CYSFGateway::processWiresX(const unsigned char* buffer, unsigned char fi, unsigned char dt, unsigned char fn, unsigned char ft, bool dontProcessWiresXLocal, bool wiresXCommandPassthrough) { bool ret=true;