Merge pull request #129 from AndyTaylorTweet/patch-2

Update YSFGateway.cpp
This commit is contained in:
Jonathan Naylor 2019-01-29 16:39:00 +00:00 committed by GitHub
commit 7fc0fc7db7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);