Skip to content

Commit

Permalink
Merge branch 'master' of github.com:g4klx/MMDVMHost
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Jan 20, 2024
2 parents 771aba2 + 3e6e5a9 commit 9a350c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion POCSAGControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 9a350c7

Please sign in to comment.