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

Alexandre Julliard julliard at winehq.org
Fri Oct 4 15:08:40 CDT 2013


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Fri Oct  4 11:43:24 2013 +0200

cabinet: Use BOOL type where appropriate.

---

 dlls/cabinet/fdi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cabinet/fdi.c b/dlls/cabinet/fdi.c
index 33734e7..2e39444 100644
--- a/dlls/cabinet/fdi.c
+++ b/dlls/cabinet/fdi.c
@@ -2048,7 +2048,7 @@ static int fdi_decomp(const struct fdi_file *fi, int savemode, fdi_decomp_state
         FDICABINETINFO fdici;
         char emptystring = '\0';
         cab_UBYTE buf2[64];
-        int success = FALSE;
+        BOOL success = FALSE;
         struct fdi_folder *fol = NULL, *linkfol = NULL; 
         struct fdi_file   *file = NULL, *linkfile = NULL;
 




More information about the wine-cvs mailing list