From e0f4bba2d5fda1fcc38d6fa50c3717c3d37e7ea5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 6 Feb 2011 18:32:15 +0000 Subject: [PATCH] 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 --- libs/ardour/audio_diskstream.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/audio_diskstream.cc b/libs/ardour/audio_diskstream.cc index 30dd556735..2ee824845a 100644 --- a/libs/ardour/audio_diskstream.cc +++ b/libs/ardour/audio_diskstream.cc @@ -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 {