Mercurial > audlegacy
changeset 105:18fe59468510 trunk
[svn] Use header.game, over header.author, as most SPC files do not contain the composer information.
author | nenolod |
---|---|
date | Wed, 02 Nov 2005 19:33:25 -0800 |
parents | 04d4827ea8a4 |
children | d2b88d78ccd7 |
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 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);