# HG changeset patch # User nenolod # Date 1137193077 28800 # Node ID 147325df7461f07296851c7d2738911a5fb697bb # Parent 44c513ae35276c65663e4815459c53b81809e0b3 [svn] SPC titleinput fix. Contributed by Kiyoshi Aman . diff -r 44c513ae3527 -r 147325df7461 Plugins/Input/console/Audacious_Driver.cpp --- a/Plugins/Input/console/Audacious_Driver.cpp Fri Jan 13 14:50:54 2006 -0800 +++ b/Plugins/Input/console/Audacious_Driver.cpp Fri Jan 13 14:57:57 2006 -0800 @@ -100,7 +100,7 @@ tinput = bmp_title_input_new(); - tinput->performer = g_strdup(header.game); + tinput->performer = g_strdup(header.author); tinput->album_name = g_strdup(header.game); tinput->track_name = g_strdup(header.song);