diff options
Diffstat (limited to 'audio/abcmidi/patches/patch-ab')
-rw-r--r-- | audio/abcmidi/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/abcmidi/patches/patch-ab b/audio/abcmidi/patches/patch-ab index 02e7442b1e1..8367bed6720 100644 --- a/audio/abcmidi/patches/patch-ab +++ b/audio/abcmidi/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2006/05/16 13:42:29 ben Exp $ +$NetBSD: patch-ab,v 1.2 2011/02/17 13:54:12 ryoon Exp $ ---- drawtune.c.orig 2006-01-17 05:07:34.000000000 -0800 +--- drawtune.c.orig 2010-02-08 16:36:39.000000000 +0000 +++ drawtune.c @@ -492,7 +492,7 @@ char* s; double x; @@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.1 2006/05/16 13:42:29 ben Exp $ if (count > 0) { if ((count >= 2) && (strncmp(units, "cm", 2) == 0)) { x = x*28.3; -@@ -1950,7 +1950,7 @@ static void define_font(struct font* the +@@ -1956,7 +1956,7 @@ static void define_font(struct font* the char fontname[80]; int fontsize, params; @@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.1 2006/05/16 13:42:29 ben Exp $ if (params >= 1) { if (strcmp(fontname, "-") != 0) { if (thefont->name != NULL) { -@@ -1974,7 +1974,7 @@ char *s; +@@ -1980,7 +1980,7 @@ char *s; int result; p[0] = '\0'; |