From 070cfb9ea2633c9f0a3d3b379025bfa46550c8e8 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Tue, 29 Jan 2019 16:21:19 +0000 Subject: [PATCH] Update YSFGateway.cpp Remove typo --- YSFGateway/YSFGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFGateway/YSFGateway.cpp b/YSFGateway/YSFGateway.cpp index c107c91..295ec9a 100644 --- a/YSFGateway/YSFGateway.cpp +++ b/YSFGateway/YSFGateway.cpp @@ -268,7 +268,7 @@ int CYSFGateway::run() unsigned char ft = fich.getFT(); CYSFReflector* reflector = m_wiresX->getReflector(); - if ( (wiresXCommandPassthrough) && (reflector->reflector->m_wiresX) ) { + if ( (wiresXCommandPassthrough) && (reflector->m_wiresX) ) { // Allow WiresX to Pass Through processDTMF(buffer, dt); processWiresX(buffer, fi, dt, fn, ft, true);