summaryrefslogtreecommitdiffstats
path: root/abs/extra/xmms/xmms-1.2.10-recode-id3.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 20:54:07 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 20:54:07 (GMT)
commitfd04187c5d0776eaf7c6f2443032866e92b71a9c (patch)
tree0e731f6dd9dd2b51793340eac61e1f9b4d536b92 /abs/extra/xmms/xmms-1.2.10-recode-id3.patch
parentc1fa24c35885cd886807995955db6f93466303ad (diff)
downloadlinhes_pkgbuild-fd04187c5d0776eaf7c6f2443032866e92b71a9c.zip
linhes_pkgbuild-fd04187c5d0776eaf7c6f2443032866e92b71a9c.tar.gz
linhes_pkgbuild-fd04187c5d0776eaf7c6f2443032866e92b71a9c.tar.bz2
xmms 1.2.11
Diffstat (limited to 'abs/extra/xmms/xmms-1.2.10-recode-id3.patch')
-rw-r--r--abs/extra/xmms/xmms-1.2.10-recode-id3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/xmms/xmms-1.2.10-recode-id3.patch b/abs/extra/xmms/xmms-1.2.10-recode-id3.patch
new file mode 100644
index 0000000..6bd4ecf
--- /dev/null
+++ b/abs/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);