diff ViewerPlugin/Plugin.cpp @ 145:0b7e7be7d655

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Apr 2018 16:21:58 +0200
parents a0f9a3df1110
children 442102e14933
line wrap: on
line diff
--- a/ViewerPlugin/Plugin.cpp	Fri Apr 20 14:23:54 2018 +0200
+++ b/ViewerPlugin/Plugin.cpp	Mon Apr 23 16:21:58 2018 +0200
@@ -322,7 +322,7 @@
     transcoderSemaphore_.reset(new Orthanc::Semaphore(threads));
 
     char info[1024];
-    sprintf(info, "The whole-slide imaging plugin will use at most %d threads to transcode the tiles", threads);
+    sprintf(info, "The whole-slide imaging plugin will use at most %u threads to transcode the tiles", threads);
     OrthancPluginLogWarning(context_, info);
 
     OrthancPluginSetDescription(context, "Provides a Web viewer of whole-slide microscopic images within Orthanc.");