summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/patches/patch-am')
-rw-r--r--audio/faad2/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/faad2/patches/patch-am b/audio/faad2/patches/patch-am
new file mode 100644
index 00000000000..6cd0a997a58
--- /dev/null
+++ b/audio/faad2/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2005/12/08 10:06:32 wiz Exp $
+
+--- frontend/main.c.orig 2004-01-06 12:59:47.000000000 +0100
++++ frontend/main.c
+@@ -832,7 +832,7 @@ int decodeMP4file(char *mp4file, char *s
+ }
+ }
+ }
+- if (j > 0) printf("\n");
++ if (j > 0) fprintf(stderr, "\n");
+ #endif
+ }
+