diff OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 4912:45d6ce72a84e

fix linking of Sanitizer sample plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Feb 2022 17:46:28 +0100
parents df86d2505df8
children c1b19f95e166
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp	Mon Feb 21 14:55:12 2022 +0100
+++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp	Tue Feb 22 17:46:28 2022 +0100
@@ -70,7 +70,7 @@
 #include <dcmtk/dcmdata/dcdicent.h>
 #include <dcmtk/dcmnet/dimse.h>
 
-#define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary to use buffers > 4GB and it is currently not available !"
+#define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary to use buffers > 4GB, but is currently not available"
 
 
 namespace Orthanc
@@ -2324,7 +2324,7 @@
         }
         return true; 
       }
-      else if (callbackResult == OrthancPluginReceivedInstanceCallbackResult_Modified)
+      else if (callbackResult == OrthancPluginReceivedInstanceCallbackResult_Modify)
       {
         if (modifiedDicomSize64 > 0 && modifiedDicomBufferData != NULL)
         {