[MPlayer-dev-eng] Bug: ao jack in libao2/ao_jack.c
Uoti Urpala
uoti.urpala at pp1.inet.fi
Sun Oct 15 17:34:10 CEST 2006
On Sun, 2006-10-15 at 16:57 +0200, freacky22527 at free.fr wrote:
> 241c241,242
> < if ((client = jack_client_new (client_name)) == 0) {
> ---
> > client = jack_client_new(client_name);
> > if (!client) {
You should use unified diff format.
Is that diff reversed? It seems to be changing TO the code now is svn.
Why would that change help? It seems to have exactly the same
functionality before and after...
More information about the MPlayer-dev-eng
mailing list