summaryrefslogtreecommitdiffstats
path: root/src/ccInstHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccInstHelper.cpp')
-rw-r--r--src/ccInstHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccInstHelper.cpp b/src/ccInstHelper.cpp
index 055e2d6..1d8194c 100644
--- a/src/ccInstHelper.cpp
+++ b/src/ccInstHelper.cpp
@@ -156,7 +156,7 @@ int integrateWithClearCase( const char* subCommand, const char* kdiff3CommandPat
std::string kdiff3Command;
kdiff3Command.reserve( wKDiff3Command.length()+1 );
kdiff3Command.resize( wKDiff3Command.length() );
- BOOL bUsedDefaultChar = FALSE;
+ BOOL bUsedDefaultChar = false;
int successLen = WideCharToMultiByte( CP_ACP, 0,
wKDiff3Command.c_str(), int(wKDiff3Command.length()),
&kdiff3Command[0], int(kdiff3Command.length()), 0, &bUsedDefaultChar );