include/wine/test.h: Use appropriate type.
This commit is contained in:
parent
4ef6e8eaa0
commit
db552fbf4b
|
@ -345,7 +345,7 @@ static const struct test *find_test( const char *name )
|
|||
{
|
||||
const struct test *test;
|
||||
const char *p;
|
||||
int len;
|
||||
size_t len;
|
||||
|
||||
if ((p = strrchr( name, '/' ))) name = p + 1;
|
||||
if ((p = strrchr( name, '\\' ))) name = p + 1;
|
||||
|
|
Loading…
Reference in New Issue