It seems the fix for the get_id fix needs another fix. ;-) Jaroslav Kysela wrote: > --- initval.h 28 Nov 2002 13:54:34 -0000 1.6 > +++ initval.h 2 Dec 2002 19:04:56 -0000 1.7 > @@ -155,11 +155,14 @@ > ... > while (isalpha(*s) || isdigit(*s) || *s == '_') > if (d != NULL) > + *d++ = *s; > + s++; > + if (d != NULL) > ...
Without braces, the s++ isn't part of the while loop. Regards, Clemens ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel