mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Change the displays to show the DG-ID instead of the TO field for YSF.
This commit is contained in:
@@ -283,7 +283,7 @@ void CTFTSurenoo::writeFusionInt(const char* source, const char* dest, unsigned
|
||||
::snprintf(m_temp, sizeof(m_temp), "%s %s", type, source);
|
||||
setStatusLine(statusLineNo(0), m_temp);
|
||||
|
||||
::snprintf(m_temp, sizeof(m_temp), "%s", dest);
|
||||
::snprintf(m_temp, sizeof(m_temp), "DG-ID %u", dgid);
|
||||
setStatusLine(statusLineNo(1), m_temp);
|
||||
|
||||
if (::strcmp(origin, " ") != 0)
|
||||
|
||||
Reference in New Issue
Block a user