mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
2b3fb682aa
@ -2703,7 +2703,9 @@ void load_config_file() {
|
|||||||
} else {
|
} else {
|
||||||
#endif
|
#endif
|
||||||
l.loadfile(current_config.c_str());
|
l.loadfile(current_config.c_str());
|
||||||
|
#ifdef BUILD_BUILTIN_CONFIG
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
} catch (lua::syntax_error &e) {
|
} catch (lua::syntax_error &e) {
|
||||||
#define SYNTAX_ERR_READ_CONF "Syntax error (%s) while reading config file. "
|
#define SYNTAX_ERR_READ_CONF "Syntax error (%s) while reading config file. "
|
||||||
#ifdef BUILD_OLD_CONFIG
|
#ifdef BUILD_OLD_CONFIG
|
||||||
|
Loading…
Reference in New Issue
Block a user