summaryrefslogtreecommitdiffstats
path: root/extra/xmms/xmms-1.2.10-recode-id3.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 21:33:11 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 21:33:11 +0200
commit203ae72c553b0a4c37693226378ccd84e186e512 (patch)
tree358e040a97f075c4301f4654c288a832db806019 /extra/xmms/xmms-1.2.10-recode-id3.patch
parent72690a2040e081181fc57388152be24e25cec171 (diff)
downloadnutyx-extra-203ae72c553b0a4c37693226378ccd84e186e512.tar.gz
nutyx-extra-203ae72c553b0a4c37693226378ccd84e186e512.tar.bz2
nutyx-extra-203ae72c553b0a4c37693226378ccd84e186e512.tar.xz
nutyx-extra-203ae72c553b0a4c37693226378ccd84e186e512.zip
xmms, maj pour la 64
Diffstat (limited to 'extra/xmms/xmms-1.2.10-recode-id3.patch')
-rw-r--r--extra/xmms/xmms-1.2.10-recode-id3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/xmms/xmms-1.2.10-recode-id3.patch b/extra/xmms/xmms-1.2.10-recode-id3.patch
new file mode 100644
index 000000000..6bd4ecf1c
--- /dev/null
+++ b/extra/xmms/xmms-1.2.10-recode-id3.patch
@@ -0,0 +1,11 @@
+--- xmms/playlist.c.orig 2005-03-05 17:26:11.685992552 +0200
++++ xmms/playlist.c 2005-03-05 17:28:01.524294592 +0200
+@@ -1341,7 +1341,7 @@
+
+ filename = g_strdup(entry->filename);
+
+- if (entry->title == NULL && entry->length == -1)
++ if (entry->title == NULL)
+ {
+ if (playlist_get_info_entry(entry)&&(entry->title)) {
+ title = xmms_charset_recode_id3(entry->title,0,NULL);