changeset 382:66e09ad0944e trunk

[svn] - really fix HES/other multitrack this time
author nenolod
date Thu, 14 Dec 2006 18:24:21 -0800
parents 53056ce7940d
children b211dcbec13f
files ChangeLog src/console/Audacious_Driver.cxx
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 14 18:12:13 2006 -0800
+++ b/ChangeLog	Thu Dec 14 18:24:21 2006 -0800
@@ -1,3 +1,11 @@
+2006-12-15 02:12:13 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [834]
+  - avoid opening VFS FDs for track URIs where we know that the file is valid
+  
+  trunk/src/console/Audacious_Driver.cxx |    5 +++++
+  1 file changed, 5 insertions(+)
+
+
 2006-12-15 02:08:50 +0000  William Pitcock <nenolod@nenolod.net>
   revision [832]
   - change use of printf to g_warning() and g_critical() where appropriate.
--- a/src/console/Audacious_Driver.cxx	Thu Dec 14 18:12:13 2006 -0800
+++ b/src/console/Audacious_Driver.cxx	Thu Dec 14 18:24:21 2006 -0800
@@ -430,6 +430,11 @@
 			}
 		}
 	}
+	else if (fh.track_specified)
+	{
+		result = 1;
+	}
+
 	return result;
 }