mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Fix crash with POCSAG and no network.
This commit is contained in:
@@ -610,7 +610,8 @@ int CMMDVMHost::run()
|
|||||||
|
|
||||||
m_pocsag = new CPOCSAGControl(m_pocsagNetwork, m_display);
|
m_pocsag = new CPOCSAGControl(m_pocsagNetwork, m_display);
|
||||||
|
|
||||||
pocsagTimer.start();
|
if (m_pocsagNetwork != NULL)
|
||||||
|
pocsagTimer.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool remoteControlEnabled = m_conf.getRemoteControlEnabled();
|
bool remoteControlEnabled = m_conf.getRemoteControlEnabled();
|
||||||
|
|||||||
Reference in New Issue
Block a user