mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Make sure there are no "illegal" characters in text messages
This commit is contained in:
@@ -322,7 +322,7 @@ namespace BlackCore
|
||||
}
|
||||
else
|
||||
{
|
||||
CFrequency radioFrequency = CComSystem::parseComFrequency(receiver, CPqString::SeparatorsBestGuess);
|
||||
const CFrequency radioFrequency = CComSystem::parseComFrequency(receiver, CPqString::SeparatorsBestGuess);
|
||||
if (!radioFrequency.isNull())
|
||||
{
|
||||
if (CComSystem::isValidCivilAviationFrequency(radioFrequency))
|
||||
|
||||
Reference in New Issue
Block a user