summaryrefslogtreecommitdiff
path: root/print/abc2ps/patches/patch-aa
blob: 46bc31bf06bba5c460af1f2b28f1d49f154a4621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);