mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Properly legalize new source filenames
This commit is contained in:
parent
6e62c49749
commit
9ee9e6d139
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue