changeset 363:eaaee9e0519c trunk

[svn] Properly fall back to file name if the tag information is invalid (SPC).
author chainsaw
date Sat, 31 Dec 2005 12:30:19 -0800
parents 2101285b753a
children afdba4a1ebdf
files Plugins/Input/console/Audacious_Driver.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/console/Audacious_Driver.cpp	Sat Dec 31 12:04:53 2005 -0800
+++ b/Plugins/Input/console/Audacious_Driver.cpp	Sat Dec 31 12:30:19 2005 -0800
@@ -83,7 +83,7 @@
 	reader.open(filename);
 	reader.read(&header, sizeof(header));
 
-	if (header.song)
+	if (header.version > 10)
 	{
 		TitleInput *tinput;