summaryrefslogtreecommitdiff
path: root/print/abc2ps/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/abc2ps/patches/patch-aa')
-rw-r--r--print/abc2ps/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/abc2ps/patches/patch-aa b/print/abc2ps/patches/patch-aa
new file mode 100644
index 00000000000..46bc31bf06b
--- /dev/null
+++ b/print/abc2ps/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/04/01 14:32:48 ben Exp $
+
+--- buffer.h.orig 1999-03-17 09:49:21.000000000 -0800
++++ buffer.h
+@@ -103,7 +103,7 @@ void write_index_entry ()
+ }
+
+
+- if (strlen(info.comp)) fprintf (findex, "( - %s) S\n", info.comp);
++ if (strlen(info.comp[0])) fprintf (findex, "( - %s) S\n", info.comp[0]);
+
+ if (cfmt.withxrefs) fprintf (findex, "( [%s]) S\n", info.xref);
+