From baf23f0c104aad042c9a554dcf5ff14d92506585 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Wed, 15 Oct 2003 01:22:50 +0000 Subject: use the correct file modes Originally committed as revision 2381 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/audiogen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/audiogen.c') diff --git a/tests/audiogen.c b/tests/audiogen.c index 4913a6ced8..b026a713a6 100644 --- a/tests/audiogen.c +++ b/tests/audiogen.c @@ -94,7 +94,7 @@ int main(int argc, char **argv) exit(1); } - outfile = fopen(argv[1], "w"); + outfile = fopen(argv[1], "wb"); if (!outfile) { perror(argv[1]); return 1; -- cgit v1.2.3