mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Remove compiler warning.
This commit is contained in:
2
Conf.cpp
2
Conf.cpp
@@ -244,7 +244,7 @@ bool CConf::read()
|
|||||||
|
|
||||||
char* value = ::strtok(NULL, "\r\n");
|
char* value = ::strtok(NULL, "\r\n");
|
||||||
if (value == NULL)
|
if (value == NULL)
|
||||||
value = "";
|
continue;
|
||||||
|
|
||||||
if (section == SECTION_GENERAL) {
|
if (section == SECTION_GENERAL) {
|
||||||
if (::strcmp(key, "Callsign") == 0) {
|
if (::strcmp(key, "Callsign") == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user