Switch to unified view

a/src/common/rclconfig.cpp b/src/common/rclconfig.cpp
...
...
1302
    if (!path_isabsolute(result)) {
1302
    if (!path_isabsolute(result)) {
1303
        result = path_cat(getConfDir(), result);
1303
        result = path_cat(getConfDir(), result);
1304
    }
1304
    }
1305
    }
1305
    }
1306
    return path_canon(result);
1306
    return path_canon(result);
1307
1308
}
1307
}
1309
1308
1310
string RclConfig::getCacheDir() const
1309
string RclConfig::getCacheDir() const
1311
{
1310
{
1312
    return m_cachedir.empty() ? getConfDir() : m_cachedir;
1311
    return m_cachedir.empty() ? getConfDir() : m_cachedir;