summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2013-02-04 19:56:20 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2013-02-04 19:56:20 +0000
commitca8360020ae94bfbaa5f557dbb5fb7a5a8ac14b4 (patch)
treee7b95bd522541fb24513333d75e93fe2e73f987c /libs/ardour/session_export.cc
parent1550f1ef007f58bab1b529d9b9a4a820cf8e9fa6 (diff)
Fix problem with multiple timespan export. Most probably originated in r13305.
git-svn-id: svn://localhost/ardour2/branches/3.0@14048 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 d1ee5d8122..0db4fc33bb 100644
--- a/libs/ardour/session_export.cc
+++ b/libs/ardour/session_export.cc
@@ -105,8 +105,8 @@ Session::start_audio_export (framepos_t position)
{
if (!_exporting) {
pre_export ();
- _export_started = false;
}
+ _export_started = false;
/* We're about to call Track::seek, so the butler must have finished everything
up otherwise it could be doing do_refill in its thread while we are doing