diff OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp @ 4107:d36b38da5947

uninstall target for the orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 20:57:49 +0200
parents d6362b2c4b61
children bf7b9edf6b81
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp	Mon Jul 06 19:24:22 2020 +0200
+++ b/OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp	Mon Jul 06 20:57:49 2020 +0200
@@ -2179,7 +2179,7 @@
                     a == DicomTransferSyntax_JPEGProcess2_4 ||
                     a == DicomTransferSyntax_JPEGLSLossy);
       
-      printf("SIZE: %u\n", t.size());
+      printf("SIZE: %lu\n", t.size());
       if (sourceUid == IDicomTranscoder::GetSopInstanceUid(target.GetParsed()))
       {
         ASSERT_FALSE(lossy);