Sebastiano Vigna writes:

> This new version should make everybody happy.

> +  char *group_name = strpbrk (user_name, ",");
> +  if (! group_name)

> +  char *jail = strpbrk(group_name, ",");
> +  if (! jail)

I suspect this can be written a bit more elegant using
string_convert::split ()(flower/string-convert.cc), would you want to
do that?

> Do you think this stuff can make it to 2.6?

Yes, most probably.

Jan.


-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to