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