include/wine/test.h: Use appropriate type

Dmitry Timoshkov dmitry at codeweavers.com
Wed Aug 22 03:01:55 CDT 2007


Hello,

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

---
 include/wine/test.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wine/test.h b/include/wine/test.h
index ea79475..dbce98c 100644
--- a/include/wine/test.h
+++ b/include/wine/test.h
@@ -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;
-- 
1.5.2.5






More information about the wine-patches mailing list