diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 08:29:15 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 08:29:15 -0500 |
commit | 6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb (patch) | |
tree | 97f0c726f80630af3c1e8f0addb421f2d2578a70 /src/ClashAvoider.cpp | |
parent | a6f60beda9e8e6b930423c9adb6652a1cb018443 (diff) | |
download | ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.tar.gz ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.tar.bz2 ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.zip |
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 098c9b6d..ed4dc91a 100644 --- a/src/ClashAvoider.cpp +++ b/src/ClashAvoider.cpp @@ -158,7 +158,7 @@ ClashAvoider::adjust_name(const raul::Path& old_path, { const auto name_suffix_start = numeric_suffix_start(name); if (!name_suffix_start) { - return name; // No numeric suffix, just re-use old label + return name; // No numeric suffix, just reuse old label } const auto name_suffix = atoi(name.c_str() + *name_suffix_start); |