From 586a21fc9f87f30d4c44102914e86dc119184410 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 22 Apr 2017 14:42:22 +0200 Subject: [PATCH] corrected type of preferLanguage argument --- src/ebusd/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/main.h b/src/ebusd/main.h index ce88e70c..8f9af581 100644 --- a/src/ebusd/main.h +++ b/src/ebusd/main.h @@ -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]