Sanitize the AAF's snapshot name (it'll get used later to create an OS folder)
This commit is contained in:
parent
3efaf60de1
commit
b935710b60
@ -402,6 +402,7 @@ ARDOUR_UI::new_session_from_aaf (string const& aaf, string const& target_dir, st
|
|||||||
snapshot = basename_nosuffix (aaf);
|
snapshot = basename_nosuffix (aaf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
snapshot = laaf_util_clean_filename((char *)snapshot.c_str());
|
||||||
snapshot = legalize_for_universal_path (snapshot);
|
snapshot = legalize_for_universal_path (snapshot);
|
||||||
path = Glib::build_filename (target_dir, snapshot);
|
path = Glib::build_filename (target_dir, snapshot);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user