7 Apr
2006
7 Apr
'06
7:19 a.m.
On 4/7/06, Robert Shearman <rob(a)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