diff options
Diffstat (limited to 'source/Target/TargetList.cpp')
| -rw-r--r-- | source/Target/TargetList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Target/TargetList.cpp b/source/Target/TargetList.cpp index 8d907f432697..c4da84fbf8be 100644 --- a/source/Target/TargetList.cpp +++ b/source/Target/TargetList.cpp @@ -363,7 +363,7 @@ TargetList::FindTargetWithExecutableAndArchitecture { Mutex::Locker locker (m_target_list_mutex); TargetSP target_sp; - bool full_match = exe_file_spec.GetDirectory(); + bool full_match = (bool)exe_file_spec.GetDirectory(); collection::const_iterator pos, end = m_target_list.end(); for (pos = m_target_list.begin(); pos != end; ++pos) |
