mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
* bugfix: SMFSource: track footer at beginning of track not overwritten
git-svn-id: svn://localhost/ardour2/branches/3.0@3320 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8557d0c69f
commit
8c0e27928a
1 changed files with 1 additions and 2 deletions
|
|
@ -170,8 +170,7 @@ SMFSource::open()
|
|||
|
||||
// Write a tentative header just to pad things out so writing happens in the right spot
|
||||
flush_header();
|
||||
// this is the first footer written, so we dont need to seek for the footer
|
||||
write_footer();
|
||||
flush_footer();
|
||||
}
|
||||
|
||||
return (_fd == 0) ? -1 : 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue