diff options
Diffstat (limited to 'src/ClashAvoider.cpp')
-rw-r--r-- | src/ClashAvoider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClashAvoider.cpp b/src/ClashAvoider.cpp index 4dc8c64d..1c1e4db1 100644 --- a/src/ClashAvoider.cpp +++ b/src/ClashAvoider.cpp @@ -113,7 +113,7 @@ ClashAvoider::map_path(const Raul::Path& in) ss << base_path << "_" << offset; if (!exists(Raul::Path(ss.str()))) { std::string name = base_path.symbol(); - if (name == "") { + if (name.empty()) { name = "_"; } Raul::Symbol sym(name); |