diff --git a/src/common/rclconfig.cpp b/src/common/rclconfig.cpp index 6fcad3da..b22b1cb3 100644 --- a/src/common/rclconfig.cpp +++ b/src/common/rclconfig.cpp @@ -120,6 +120,7 @@ bool RclConfig::isDefaultConfig() const { string defaultconf = path_cat(path_homedata(), path_defaultrecollconfsubdir()); + path_catslash(defaultconf); string specifiedconf = path_canon(m_confdir); path_catslash(specifiedconf); return !defaultconf.compare(specifiedconf);