$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 }