Commit db552fbf authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

include/wine/test.h: Use appropriate type.

parent 4ef6e8ea
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment