mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Minor code beauty
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user