diff options
Diffstat (limited to 'source/Target/QueueItem.cpp')
-rw-r--r-- | source/Target/QueueItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Target/QueueItem.cpp b/source/Target/QueueItem.cpp index fe58980c01c1..a20fa918a758 100644 --- a/source/Target/QueueItem.cpp +++ b/source/Target/QueueItem.cpp @@ -94,7 +94,7 @@ std::string QueueItem::GetQueueLabel() { ProcessSP QueueItem::GetProcessSP() { return m_process_wp.lock(); } void QueueItem::FetchEntireItem() { - if (m_have_fetched_entire_item == true) + if (m_have_fetched_entire_item) return; ProcessSP process_sp = m_process_wp.lock(); if (process_sp) { |