DStar SelfOnly with WhiteList (beautyfied)

This commit is contained in:
sp5lg
2019-10-06 16:29:57 +02:00
parent ed79a7176a
commit bb0bd4bb46
3 changed files with 5 additions and 5 deletions

View File

@@ -526,7 +526,7 @@ bool CConf::read()
}
p = ::strtok(NULL, ",\r\n");
}
} else if (::strcmp(key, "AckReply") == 0)
} else if (::strcmp(key, "AckReply") == 0)
m_dstarAckReply = ::atoi(value) == 1;
else if (::strcmp(key, "AckTime") == 0)
m_dstarAckTime = (unsigned int)::atoi(value);