mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-02-19 22:14:34 +01:00
Minor code beauty
This commit is contained in:
parent
d650c66e5b
commit
ecc97aaab7
2
Conf.cpp
2
Conf.cpp
|
|
@ -496,7 +496,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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue