mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Allow to replace/overwrite Route State (1/2)
This commit is contained in:
parent
4207b67b73
commit
bdaf96e3b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1116,7 +1116,7 @@ bool
|
|||
Session::export_route_state (std::shared_ptr<RouteList> rl, const string& path, bool with_sources)
|
||||
{
|
||||
if (Glib::file_test (path, Glib::FILE_TEST_EXISTS)) {
|
||||
return false;
|
||||
remove_directory (path);
|
||||
}
|
||||
if (g_mkdir_with_parents (path.c_str(), 0755) != 0) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue