summaryrefslogtreecommitdiffstats
path: root/media-plugins/xmms-mpg123/files/xmms-ds-id3v2fix.patch
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-02 05:23:45 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-02 05:23:45 +0200
commit576b6208d6defe240bfa2477d6dd19f1ed83bfaf (patch)
tree7d54883f16cccc4cbd414398d7fec3c437b36b49 /media-plugins/xmms-mpg123/files/xmms-ds-id3v2fix.patch
parentfdd6b67a78a966f6a2131de8fe0e539316511083 (diff)
downloaddarklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.gz
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.bz2
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.xz
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.zip
Cleaned most of outdated stuff
Diffstat (limited to 'media-plugins/xmms-mpg123/files/xmms-ds-id3v2fix.patch')
-rw-r--r--media-plugins/xmms-mpg123/files/xmms-ds-id3v2fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-plugins/xmms-mpg123/files/xmms-ds-id3v2fix.patch b/media-plugins/xmms-mpg123/files/xmms-ds-id3v2fix.patch
deleted file mode 100644
index 483ba57..0000000
--- a/media-plugins/xmms-mpg123/files/xmms-ds-id3v2fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -dPNur xmms-1.2.10/Input/mpg123/id3_frame_content.c xmms-1.2.10-new/Input/mpg123/id3_frame_content.c
---- xmms-1.2.10/Input/mpg123/id3_frame_content.c 2006-11-23 10:09:31.000000000 +0400
-+++ xmms-1.2.10-new/Input/mpg123/id3_frame_content.c 2006-11-23 10:10:28.000000000 +0400
-@@ -48,6 +48,8 @@
- text_beg = text = id3_string_decode(ID3_TEXT_FRAME_ENCODING(frame),
- ID3_TEXT_FRAME_PTR(frame));
-
-+ if (!text_beg) return NULL;
-+
- /*
- * If content is just plain text, return it.
- */