mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
Remove compiler warning.
This commit is contained in:
parent
d51b7261cf
commit
f3a589ce56
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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue