Mercurial > audlegacy
changeset 421:147325df7461 trunk
[svn] SPC titleinput fix. Contributed by Kiyoshi Aman <kiyoshi.aman -at- gmail.com>.
author | nenolod |
---|---|
date | Fri, 13 Jan 2006 14:57:57 -0800 |
parents | 44c513ae3527 |
children | 31671500b357 |
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 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);