mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 05:25:40 +08:00
Merge branch 'master' into SimpleDMR
This commit is contained in:
@@ -141,10 +141,12 @@ void CDynVoice::linkedTo(unsigned int number)
|
||||
::sprintf(letters, "%u", number);
|
||||
|
||||
std::vector<std::string> words;
|
||||
if (m_positions.count("linkedto") == 0U)
|
||||
if (m_positions.count("linkedto") == 0U) {
|
||||
words.push_back("linked");
|
||||
else
|
||||
words.push_back("2");
|
||||
} else {
|
||||
words.push_back("linkedto");
|
||||
}
|
||||
|
||||
for (unsigned int i = 0U; letters[i] != '\0'; i++)
|
||||
words.push_back(std::string(1U, letters[i]));
|
||||
|
||||
Reference in New Issue
Block a user