# HG changeset patch # User nenolod # Date 1130988805 28800 # Node ID 18fe5946851072214d12caa8b0a2e8a411053b8a # Parent 04d4827ea8a47be0f90e2ceadda3d0b2485f5737 [svn] Use header.game, over header.author, as most SPC files do not contain the composer information. diff -r 04d4827ea8a4 -r 18fe59468510 Plugins/Input/console/Audacious_Driver.cpp --- a/Plugins/Input/console/Audacious_Driver.cpp Wed Nov 02 19:31:34 2005 -0800 +++ b/Plugins/Input/console/Audacious_Driver.cpp Wed Nov 02 19:33:25 2005 -0800 @@ -69,7 +69,7 @@ tinput = bmp_title_input_new(); - tinput->performer = g_strdup(header.author); + tinput->performer = g_strdup(header.game); tinput->album_name = g_strdup(header.game); tinput->track_name = g_strdup(header.song);