Switch to side-by-side view
--- a/src/common/rclconfig.cpp +++ b/src/common/rclconfig.cpp @@ -120,6 +120,7 @@ { string defaultconf = path_cat(path_homedata(), path_defaultrecollconfsubdir()); + path_catslash(defaultconf); string specifiedconf = path_canon(m_confdir); path_catslash(specifiedconf); return !defaultconf.compare(specifiedconf);