libs/wine: Removed sign comparison warning (try 3)

Marko Nikolic grkoma at gmail.com
Sat Jul 24 10:21:21 CDT 2010


---
 libs/wine/config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/wine/config.c b/libs/wine/config.c
index 6bb87b0..93dc7e0 100644
--- a/libs/wine/config.c
+++ b/libs/wine/config.c
@@ -141,7 +141,7 @@ static char *get_runtime_libdir(void)
 static char *get_runtime_bindir( const char *argv0 )
 {
     char *p, *bindir, *cwd;
-    size_t len, size;
+    int len, size;
 
 #ifdef linux
     for (size = 256; ; size *= 2)
-- 
1.7.0.4




More information about the wine-patches mailing list