setupx.dll16: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Sun Feb 23 12:23:21 CST 2014


---
 dlls/setupx.dll16/infparse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/setupx.dll16/infparse.c b/dlls/setupx.dll16/infparse.c
index 0fbc25d..3d3a25f 100644
--- a/dlls/setupx.dll16/infparse.c
+++ b/dlls/setupx.dll16/infparse.c
@@ -136,7 +136,7 @@ static unsigned int string_subst( HINF hinf, const char *text, char *buffer )
 {
     const char *start, *subst, *p;
     unsigned int len, total = 0;
-    int inside = 0;
+    BOOL inside = FALSE;
     unsigned int size = MAX_INF_STRING_LENGTH;
     char tmp[MAX_INF_STRING_LENGTH];
 
-- 
1.9.0




More information about the wine-patches mailing list