diff Plugins/Engine/OrthancPlugins.cpp @ 3964:821715370890

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 May 2020 11:49:53 +0200
parents 5fe8c6d3212e
children e42f5445d20d
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp	Thu May 21 10:47:58 2020 +0200
+++ b/Plugins/Engine/OrthancPlugins.cpp	Thu May 21 11:49:53 2020 +0200
@@ -5223,7 +5223,7 @@
 
     if (pimpl_->transcoderCallbacks_.empty())
     {
-      return NULL;
+      return false;
     }
 
     std::vector<const char*> uids;