mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-05 08:00:00 +01:00
Merge branch 'master' of github.com:g4klx/MMDVMHost
This commit is contained in:
commit
9a350c77a6
|
|
@ -234,7 +234,7 @@ bool CPOCSAGControl::readNetwork()
|
|||
output->m_display = rubric + out + "\"";
|
||||
break;
|
||||
default:
|
||||
output->m_display = "\"" + output->m_text + "\"";
|
||||
output->m_display = output->m_text;
|
||||
break;
|
||||
}
|
||||
LogDebug("Message to %07u, func Alphanumeric: %s", output->m_ric, output->m_display.c_str());
|
||||
|
|
|
|||
Loading…
Reference in a new issue