On 4/7/06, Robert Shearman rob@codeweavers.com wrote:
strlen returns a value of type size_t, which is an unsigned value, so this is always going to be positive.
But strlenW returns an int. I think this is the thing that Coverity is picking up on.
strlenW from include/wine/unicode.h returns unsigned int :)
-- James Hawkins