mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-27 10:24:17 +01:00
Merge pull request #129 from AndyTaylorTweet/patch-2
Update YSFGateway.cpp
This commit is contained in:
commit
7fc0fc7db7
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue