mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Allow for multi block non LC embedded data.
This commit is contained in:
@@ -30,7 +30,8 @@ CDMREmbeddedLC::CDMREmbeddedLC() :
|
||||
m_rawLC(NULL),
|
||||
m_state(LCS_NONE)
|
||||
{
|
||||
m_rawLC = new bool[128U];
|
||||
// Allow for multi-block non embedded LC data
|
||||
m_rawLC = new bool[300U];
|
||||
}
|
||||
|
||||
CDMREmbeddedLC::~CDMREmbeddedLC()
|
||||
|
||||
Reference in New Issue
Block a user