|
|
|
|
@ -411,7 +411,7 @@ void CCallsign::CSIn()
|
|
|
|
|
auto pos = m17_alphabet.find(m_Module);
|
|
|
|
|
m_coded = pos;
|
|
|
|
|
m_coded *= 40;
|
|
|
|
|
for( int i=CALLSIGN_LEN-1; i>=0; i-- ) {
|
|
|
|
|
for( int i=CALLSIGN_LEN-2; i>=0; i-- ) {
|
|
|
|
|
pos = m17_alphabet.find(m_Callsign[i]);
|
|
|
|
|
if (pos == std::string::npos) {
|
|
|
|
|
pos = 0;
|
|
|
|
|
|