added L and R as possible audio file suffixes
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 16 May 2007 01:48:56 +0000 (01:48 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 16 May 2007 01:48:56 +0000 (01:48 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1846 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session.cc

index 66b38e72d33af8f8001652caadda47c723d091f2..d3b65210a405c65e196de60180e8b22412c8d899 100644 (file)
@@ -3284,7 +3284,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 (audio_source_lock);