Fix crash with POCSAG and no network.

This commit is contained in:
Jonathan Naylor
2020-06-08 14:34:29 +01:00
parent 0dbfe896bb
commit 933b9ef014
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H) #if !defined(VERSION_H)
#define VERSION_H #define VERSION_H
const char* VERSION = "20200518"; const char* VERSION = "20200608";
#endif #endif