We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1192b7 commit 3773062Copy full SHA for 3773062
src/Configuration.cxx
@@ -74,7 +74,7 @@ void ConfigFile::load(const std::string path)
74
if (boost::algorithm::ends_with(filename, suffix)) {
75
try {
76
boost::property_tree::ini_parser::read_ini(filename, dPtr->pt);
77
- } catch (boost::property_tree::ini_parser::ini_parser_error const &perr) {
+ } catch (boost::property_tree::ini_parser::ini_parser_error const& perr) {
78
std::stringstream ss;
79
if (perr.line()) {
80
ss << perr.message() << " in " << perr.filename() << " line " << perr.line();
0 commit comments