added L and R as possible audio file suffixes

git-svn-id: svn://localhost/ardour2/trunk@1847 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-05-16 01:49:38 +00:00
parent c6df33a82d
commit 44a8ba64f0

View file

@ -3501,7 +3501,7 @@ Session::remove_empty_sounds ()
{
PathScanner scanner;
vector<string *>* possible_audiofiles = scanner (sound_dir(), "\\.(wav|aiff|caf|w64)$", false, true);
vector<string *>* possible_audiofiles = scanner (sound_dir(), "\\.(wav|aiff|caf|w64|L|R)$", false, true);
Glib::Mutex::Lock lm (source_lock);