aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cdcat/bugfix.patch
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2013-11-18 23:01:08 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-11-22 00:09:08 -0600
commit661893807dace4f88ddac8c96664db78b3ce531b (patch)
tree97149d16584b7d0623772a22a9d8387040542889 /multimedia/cdcat/bugfix.patch
parentf728ad6b39a5ef272efb0e2f667c0e1030485c37 (diff)
multimedia/cdcat: Removed (build failure)
If upstream still hasn't bothered to port this to qt4, then I have to wonder why we're still dragging the corpse along. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/cdcat/bugfix.patch')
-rw-r--r--multimedia/cdcat/bugfix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/cdcat/bugfix.patch b/multimedia/cdcat/bugfix.patch
deleted file mode 100644
index 3b60c47f38baa..0000000000000
--- a/multimedia/cdcat/bugfix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urN cdcat-1.01b/src/mp3tag.cpp cdcat-1.01b~/src/mp3tag.cpp
---- cdcat-1.01b/src/mp3tag.cpp 2005-08-22 19:03:00.000000000 +0200
-+++ cdcat-1.01b~/src/mp3tag.cpp 2006-08-13 15:59:20.000000000 +0200
-@@ -219,7 +219,7 @@
- unsigned int pos=0;
- unsigned int framelen;
- char id[5];
-- id[5] ='\0';
-+ id[4] ='\0';
-
- fseek(mp3,0,SEEK_END);
- flen = ftell(mp3);
-