Merge branch 'master' of github.com:g4klx/MMDVMHost

This commit is contained in:
Jonathan Naylor 2024-01-20 22:04:57 +00:00
commit 9a350c77a6
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ bool CPOCSAGControl::readNetwork()
output->m_display = rubric + out + "\""; output->m_display = rubric + out + "\"";
break; break;
default: default:
output->m_display = "\"" + output->m_text + "\""; output->m_display = output->m_text;
break; break;
} }
LogDebug("Message to %07u, func Alphanumeric: %s", output->m_ric, output->m_display.c_str()); LogDebug("Message to %07u, func Alphanumeric: %s", output->m_ric, output->m_display.c_str());