summaryrefslogtreecommitdiff
path: root/libs/ardour/reverse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/reverse.cc')
-rw-r--r--libs/ardour/reverse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/reverse.cc b/libs/ardour/reverse.cc
index 06fafb0ca4..b2189cf67e 100644
--- a/libs/ardour/reverse.cc
+++ b/libs/ardour/reverse.cc
@@ -56,7 +56,7 @@ Reverse::run (boost::shared_ptr<Region> r, Progress*)
/* create new sources */
- if (make_new_sources (region, nsrcs)) {
+ if (make_new_sources (region, nsrcs, "", false)) {
goto out;
}