# HG changeset patch # User chainsaw # Date 1136061019 28800 # Node ID eaaee9e0519cba287492124b10bbc137804e5f6d # Parent 2101285b753aa497ec71c96d6fefbff78adb540f [svn] Properly fall back to file name if the tag information is invalid (SPC). diff -r 2101285b753a -r eaaee9e0519c Plugins/Input/console/Audacious_Driver.cpp --- 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;