> +/*
> + * this function splits a given string at the comma into tokens
> + * and set the wVisualID variable to each parsed number
> + */
> +static int initWVisualID(const char *user_str)
> +{

Sorry if this is too stupid to ask, but do you know about
wtokensplit() and wtokennext() from WINGs/strings.c ?

Perhaps they could be used here? (probably wtokennext() would need
to be modified to be comma-aware too)


-- 
To unsubscribe, send mail to [email protected].

Reply via email to