mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-26 03:15:40 +08:00
Camel case findWithName()
This commit is contained in:
@@ -1069,7 +1069,7 @@ void CDMRSlot::writeNetwork(const CDMRData& dmrData)
|
||||
setShortLC(m_slotNo, dstId, flco, ACTIVITY_VOICE);
|
||||
std::string src = m_lookup->find(srcId);
|
||||
std::string dst = m_lookup->find(dstId);
|
||||
std::string cn = m_lookup->findwithname(srcId);
|
||||
std::string cn = m_lookup->findWithName(srcId);
|
||||
m_display->writeDMR(m_slotNo, cn, flco == FLCO_GROUP, dst, "N");
|
||||
|
||||
#if defined(DUMP_DMR)
|
||||
|
||||
Reference in New Issue
Block a user