summaryrefslogtreecommitdiff
path: root/audio/gdcd/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gdcd/patches/patch-af')
-rw-r--r--audio/gdcd/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/gdcd/patches/patch-af b/audio/gdcd/patches/patch-af
deleted file mode 100644
index 5ce34ec1176..00000000000
--- a/audio/gdcd/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2004/01/13 22:06:39 jschauma Exp $
-
---- source/dialog.c.orig 2004-01-13 17:02:01.000000000 -0500
-+++ source/dialog.c 2004-01-13 17:02:23.000000000 -0500
-@@ -45,7 +45,7 @@
-
- for(index = 0; index < art_query.query_matches; index++) {
- snprintf(checkbuffer, 100, "%s / %s", art_query.query_list[index].list_artist, art_query.query_list[index].list_album);
-- if(strncmp(checkbuffer, item_data) == 0) {
-+ if(strncmp(checkbuffer, item_data, 100) == 0) {
- write(coverart_sock, &index, sizeof(gint));
-
- gtk_widget_destroy(ca_dialog);