13
0

Don't update file_frame twice when reversing close to the start of a diskstream. Should fix #3755.

git-svn-id: svn://localhost/ardour2/branches/3.0@8727 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-06 18:32:15 +00:00
parent 6890c43dce
commit e0f4bba2d5

View File

@ -1085,7 +1085,6 @@ AudioDiskstream::_do_refill (Sample* mixdown_buffer, float* gain_buffer)
zero_fill = total_space - file_frame;
total_space = file_frame;
file_frame = 0;
} else {