summaryrefslogtreecommitdiff
path: root/x11/kdelibs11/files/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs11/files/patch-ba')
-rw-r--r--x11/kdelibs11/files/patch-ba19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/kdelibs11/files/patch-ba b/x11/kdelibs11/files/patch-ba
deleted file mode 100644
index 407a2f75c96a..000000000000
--- a/x11/kdelibs11/files/patch-ba
+++ /dev/null
@@ -1,19 +0,0 @@
-*** mediatool/chunk.c.orig Fri Oct 17 08:11:42 1997
---- mediatool/chunk.c Sun May 9 14:03:59 1999
-***************
-*** 77,83 ****
- if (strlen(ChunkName) != 4)
- return(NULL);
-
-! if (strncmp(adress, "MDTO", 4) !=0 )
- return(NULL);
-
- /* Increment adress pointer by 4. The pointer now points to the first
---- 77,83 ----
- if (strlen(ChunkName) != 4)
- return(NULL);
-
-! if (!adress || strncmp(adress, "MDTO", 4) !=0 )
- return(NULL);
-
- /* Increment adress pointer by 4. The pointer now points to the first