12 Oct
2003
12 Oct
'03
8:40 a.m.
On Sun, 2003-10-12 at 05:19, Sylvain Petreolle wrote:
Was something like this already applied to CVS ? This could explain why I got garbage into winealsa for the device names.
+ char device[] = "hw"; I think it should be static char device[] = "hw";
Yes, I submitted one such change in winealsa/audio.c (wine-20031007-dm8.diff). But it was a non-static one, so it does not explain the garbage you get. Best Regards, Daniel Marmier