summaryrefslogtreecommitdiff
path: root/audio/xmms-flac/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-flac/patches/patch-an')
-rw-r--r--audio/xmms-flac/patches/patch-an13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/xmms-flac/patches/patch-an b/audio/xmms-flac/patches/patch-an
deleted file mode 100644
index 81fc84fffed..00000000000
--- a/audio/xmms-flac/patches/patch-an
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-an,v 1.1 2004/10/15 22:56:50 ben Exp $
-
---- src/plugin_common/canonical_tag.c.orig Mon Sep 27 18:00:55 2004
-+++ src/plugin_common/canonical_tag.c
-@@ -66,7 +66,7 @@ wchar_t *
- wcsdup (s)
- const wchar_t *s;
- {
-- size_t len = (__wcslen (s) + 1) * sizeof (wchar_t);
-+ size_t len = (wcslen (s) + 1) * sizeof (wchar_t);
- void *new = malloc (len);
-
- if (new == NULL)