From 9ee9e6d139ef9d749e282e54b29387de23db596e Mon Sep 17 00:00:00 2001 From: Franke Burgarino Date: Thu, 16 Oct 2025 16:45:02 -0500 Subject: [PATCH] Properly legalize new source filenames --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index d95d7f8c26..35e9752a44 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -5297,7 +5297,7 @@ Session::new_audio_source_path (const string& base, uint32_t nchan, uint32_t cha string legalized; bool some_related_source_name_exists = false; - legalized = legalize_for_path (base); + legalized = legalize_for_universal_path (base); // Find a "version" of the base name that doesn't exist in any of the possible directories.