summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/cdw/files/cdw-0.2.4-gcc4.patch')
-rw-r--r--app-cdr/cdw/files/cdw-0.2.4-gcc4.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-cdr/cdw/files/cdw-0.2.4-gcc4.patch b/app-cdr/cdw/files/cdw-0.2.4-gcc4.patch
deleted file mode 100644
index 2288a2d4bd07..000000000000
--- a/app-cdr/cdw/files/cdw-0.2.4-gcc4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cdw-0.2.4.old/src/cddb.c 2006-05-07 18:00:00.000000000 +0100
-+++ cdw-0.2.4/src/cddb.c 2006-05-07 18:00:30.000000000 +0100
-@@ -905,7 +905,7 @@
- file_list[c].cd_name=(char *)malloc(strlen(row[1])+1);
- sprintf(file_list[c].cd_name, "%s", row[1]);
- sprintf(line, "%s", row[2]);
-- (char *)linestr=strtok((char *)line, (char *)"/");
-+ linestr=strtok(line, "/");
- if (dir_level>2)
- for (i=1; i<=(dir_level-2); i++){
- linestr=strtok(NULL, "/");