Files
2013-09-26 17:14:40 +02:00

14 lines
408 B
Plaintext

$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);