summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-28 17:25:40 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-28 17:25:40 +0000
commit89b686f9375decea756e4111a7c1f44192e00f0b (patch)
tree9d53536ed6bb3d65c7bea7a45cbe3691d6a46ca4 /libs/ardour/session_export.cc
parentcd1aaff19724221b99eeeab7798fb41c10985b82 (diff)
Tweak transmission of MMC on locate. Should fix #3121.
git-svn-id: svn://localhost/ardour2/branches/3.0@7314 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_export.cc')
-rw-r--r--libs/ardour/session_export.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_export.cc b/libs/ardour/session_export.cc
index f696c6b293..75c8fd0dd7 100644
--- a/libs/ardour/session_export.cc
+++ b/libs/ardour/session_export.cc
@@ -224,6 +224,6 @@ Session::finalize_audio_export ()
if (post_export_sync) {
config.set_external_sync (true);
} else {
- locate (post_export_position, false, false, false);
+ locate (post_export_position, false, false, false, false, false);
}
}