Mercurial > mplayer.hg
changeset 19884:7725b85ada9f
Fix compilation, too few arguments to fputs.
author | diego |
---|---|
date | Mon, 18 Sep 2006 14:24:16 +0000 |
parents | 4e43ba6844d8 |
children | 7f9b2b26e905 |
files | TOOLS/realcodecs/ra.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/realcodecs/ra.c Mon Sep 18 14:04:50 2006 +0000 +++ b/TOOLS/realcodecs/ra.c Mon Sep 18 14:24:16 2006 +0000 @@ -45,7 +45,7 @@ if (!b_dlOpened) { char *error; - fputs("opening dll...\n"); + fputs("opening dll...\n", stderr); handle = dlopen ("/usr/local/RealPlayer8/Codecs/realcook.so.6.0", RTLD_LAZY); if (!handle) { fputs (dlerror(), stderr);