yes, given how AUBIO_MEMSET ist defined:> - AUBIO_MEMSET(&sfinfo, 0, sizeof (sfinfo));
before the patch above example would expand to
memset(&sfinfo, 0, sizeof(sizeof (sfinfo)));
which becomes
memset(&sfinfo, 0, sizeof(size_t));
what is not what we want here:-)
Karsten
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.