mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Typo
This commit is contained in:
parent
212996006b
commit
362654a01d
1 changed files with 1 additions and 1 deletions
2
Conf.cpp
2
Conf.cpp
|
|
@ -107,7 +107,7 @@ bool CConf::read()
|
|||
m_whiteList.push_back(ric);
|
||||
p = ::strtok(NULL, ",\r\n");
|
||||
}
|
||||
else if (::strcmp(key, "BlackList") == 0) {
|
||||
} else if (::strcmp(key, "BlackList") == 0) {
|
||||
char* p = ::strtok(value, ",\r\n");
|
||||
while (p != NULL) {
|
||||
unsigned int ric = (unsigned int)::atoi(p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue