From 013b75b7d655115503397ea4284b776802605080 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 28 Nov 2009 15:00:23 +0100 Subject: Consolidate boolean data types --- zip/zip.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zip') diff --git a/zip/zip.cpp b/zip/zip.cpp index 0432b6f..577941f 100644 --- a/zip/zip.cpp +++ b/zip/zip.cpp @@ -940,7 +940,7 @@ VFSCopyToLocal (struct TVFSGlobs *globs, const char *sSrcName, const char *sDstN char *dest_path; char *dest_filename; char *passwd; - int res; + gboolean res; if (sSrcName == NULL || sDstName == NULL || strlen (sSrcName) < 1 || strlen (sDstName) < 1) { @@ -1022,7 +1022,7 @@ VFSCopyFromLocal (struct TVFSGlobs *globs, const char *sSrcName, const char *sDs gboolean try_again; char *s; char *passwd; - int res; + gboolean res; if (sSrcName == NULL || sDstName == NULL || strlen (sSrcName) < 1 || strlen (sDstName) < 1) { printf ("(EE) VFSCopyFromLocal: The value of 'sSrcName' or 'sDstName' is NULL or empty\n"); -- cgit v1.2.3