summaryrefslogtreecommitdiff
path: root/audio/libmp3splt/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-27 01:57:49 +0000
committerWen Heping <wen@FreeBSD.org>2009-11-27 01:57:49 +0000
commit9367deaf270c3ba25e4e236430cbf6d3a95d54b9 (patch)
treedda16ac0fa84c97c149aa129583e08b248daedb4 /audio/libmp3splt/files
parent- Add missing patch (diff)
- Update to 0.5.7a
PR: ports/139166 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=244825
Diffstat (limited to 'audio/libmp3splt/files')
-rw-r--r--audio/libmp3splt/files/patch-cddb.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/libmp3splt/files/patch-cddb.c b/audio/libmp3splt/files/patch-cddb.c
deleted file mode 100644
index a479194792ed..000000000000
--- a/audio/libmp3splt/files/patch-cddb.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/cddb.c.orig
-+++ src/cddb.c
-@@ -393,6 +393,16 @@
- //we read the file line by line
- while (fgets(line, 2048, file_input)!=NULL)
- {
-+ //if windows file with '\r', then pretend is a unix file
-+ if (strlen(line) > 1)
-+ {
-+ if (line[strlen(line)-2] == '\r')
-+ {
-+ line[strlen(line)-2] = '\n';
-+ line[strlen(line)-1] = '\0';
-+ }
-+ }
-+
- type = SPLT_CUE_NOTHING;
-
- //we read strings from file TRACK,TITLE,AUDIO,PERFORMER,INDEX