summaryrefslogtreecommitdiff
path: root/audio/xmcd/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmcd/patches/patch-ah')
-rw-r--r--audio/xmcd/patches/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/xmcd/patches/patch-ah b/audio/xmcd/patches/patch-ah
deleted file mode 100644
index 788fa4801fc..00000000000
--- a/audio/xmcd/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2002/01/25 08:38:34 tron Exp $
-
---- cdinfo_d/cdinfo_i.c.orig Fri Jan 25 09:23:13 2002
-+++ cdinfo_d/cdinfo_i.c Fri Jan 25 09:26:30 2002
-@@ -2100,7 +2100,7 @@
- return FALSE;
- if (!cdinfo_puts(pp, XMCD_PIPESIG "match.genre"))
- return FALSE;
-- if (!cdinfo_puts(pp, p->genre))
-+ if (!cdinfo_puts(pp, (p->genre == NULL) ? "221" : p->genre))
- return FALSE;
- }
-