=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: attrib: Use BOOL type where appropriate.

Alexandre Julliard julliard at winehq.org
Tue Oct 15 13:27:10 CDT 2013


Module: wine
Branch: master
Commit: 70205f583c30b4946a6a137953f275336d2788e3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=70205f583c30b4946a6a137953f275336d2788e3

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue Oct 15 00:27:14 2013 +0200

attrib: Use BOOL type where appropriate.

---

 programs/attrib/attrib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c
index 4342779..28172b0 100644
--- a/programs/attrib/attrib.c
+++ b/programs/attrib/attrib.c
@@ -253,7 +253,7 @@ int wmain(int argc, WCHAR *argv[])
     WCHAR originalname[MAX_PATH];
     DWORD attrib_set = 0;
     DWORD attrib_clear = 0;
-    BOOL  attrib_recurse = 0;
+    BOOL  attrib_recurse = FALSE;
     BOOL  attrib_includedirs = FALSE;
     static const WCHAR help_option[] = {'/','?','\0'};
     static const WCHAR wildcardsW[] = {'*','?','\0'};




More information about the wine-cvs mailing list