pkgsrc/misc/chord/patches/patch-ab
wiz 67d1e510f1 Allow chord names with more than 9 characters.
Patch provided by maximum entropy in pkg/13528.
2001-07-22 01:16:58 +00:00

13 lines
380 B
Text

$NetBSD: patch-ab,v 1.1 2001/07/22 01:16:58 wiz Exp $
--- chord.h.orig Tue Apr 25 03:04:47 1995
+++ chord.h Sat Jul 21 19:09:19 2001
@@ -11,7 +11,7 @@
#define MAXFONTS 16 /* Maximum number of different fonts in one execution */
#define MAXTOKEN 256
#define MAX_CHORD 1024
-#define CHORD_NAME_SZ 10
+#define CHORD_NAME_SZ 100
#define MAXNOTE 8
#define LONG_FINGERS 4