corrected type of preferLanguage argument

This commit is contained in:
john30
2017-04-22 14:42:22 +02:00
parent fb9c28b829
commit 586a21fc9f
+1 -1
View File
@@ -45,7 +45,7 @@ struct options {
/** the initial address to scan for scanconfig
* (@a ESC=none, 0xfe=broadcast ident, @a SYN=full scan, else: single slave address). */
symbol_t initialScan;
string preferLanguage; //!< preferred language in configuration files
const char* preferLanguage; //!< preferred language in configuration files
bool checkConfig; //!< check CSV config files, then stop
bool dumpConfig; //!< dump CSV config files, then stop
unsigned int pollInterval; //!< poll interval in seconds, 0 to disable [5]