Re: [Alsa-devel] PATCH: acore/wrappers.c hosed snprintf

2003-09-01 Thread Matthias Andree
Takashi Iwai schrieb am 2003-09-01: > your patch was already included (at least, 0.9.6 tarball includes > it). Ah, ok, so I'll remove the reminder flag here. Thanks. -- Matthias Andree Encrypt your mail: my GnuPG key ID is 0x052E7D95 --- Th

Re: [Alsa-devel] PATCH: acore/wrappers.c hosed snprintf

2003-09-01 Thread Takashi Iwai
At Mon, 01 Sep 2003 17:40:25 +0200, Matthias Andree wrote: > > Hi, > > six weeks ago, I sent this patch to fix bugs in wrappers.c that are > triggered when the kernel throws warnings in ./configure (-Werror is > used there, it should not -- I've seen warnings by some kernel versions > depending o

Re: [Alsa-devel] PATCH: acore/wrappers.c hosed snprintf

2003-09-01 Thread Matthias Andree
Hi, six weeks ago, I sent this patch to fix bugs in wrappers.c that are triggered when the kernel throws warnings in ./configure (-Werror is used there, it should not -- I've seen warnings by some kernel versions depending on GCC version). I haven't yet seen any response, therefore full quote. f

[Alsa-devel] PATCH: acore/wrappers.c hosed snprintf

2003-07-13 Thread Matthias Andree
Hi, for some reason, alsa-driver-0.9.5 chose to use its snd_compat_*snprintf stuff on Linux 2.4.22-pre3-ac1. This triggered bugs in wrappers.c that break the compile, trivial patch below. Please apply. --- ./acore/wrappers.c.orig 2003-07-13 13:53:29.0 +0200 +++ ./acore/wrappers.c 200