[PATCH 3/3] mshtml: Added support for indexed access to form elements

Alexandre Julliard julliard at winehq.org
Thu Mar 3 07:45:19 CST 2011


Jacek Caban <jacek at codeweavers.com> writes:

> +    /* FIXME: Implement in more generic and safe way */
> +    for(ptr = name; *ptr && isdigitW(*ptr); ptr++)
> +        i = i*10 + (*ptr-'0');

What's wrong with strtoulW?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list