summaryrefslogtreecommitdiffstats
path: root/src/server/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/util.hpp')
-rw-r--r--src/server/util.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/util.hpp b/src/server/util.hpp
index 10c08d7f..54649c7e 100644
--- a/src/server/util.hpp
+++ b/src/server/util.hpp
@@ -84,7 +84,7 @@ set_denormal_flags()
static inline std::string
ingen_jack_port_name(const Raul::Path& path)
{
- return path.chop_start("/");
+ return path.substr(1);
}
} // namespace Server